Why and when to perform this task
This task describes the steps that are needed to specify the token consumer on the application level. The information is used on the consumer side to incorporate the security token.Complete the following steps to configure the token consumer on the application level:
Steps for this task
property name="trustedId_0", value="CN=Bob,O=ACME,C=US" property name="trustedId_1, value="user1"
If the distinguished name (DN) is used, the space is removed for comparison. See the programming model information in the documentation for an explanation of how to implement the com.ibm.wsspi.wssecurity.id.TrustedIDEvaluator interface. For more information, see Default implementations of the Web services security service provider programming interfaces.
The trusted ID evaluator configuration is available only for the token consumer on the server-side application level.
If you want to specify another token, you must specify both the local name and the URI. For example, if you have an implementation of your own custom token, you can specify CustomToken in the Local name field and http://www.ibm.com/custom
To access the panel, click Security > Global security. Under Authentication, click Authentication protocol > CSIv2 outbound authentication. To set the com.ibm.CSI.rmiOutboundLoginEnabled property, select the Custom outbound mapping option. To set the com.ibm.CSIOutboundPropagationEnabled property, select the Security attribute propagation option. To modify this JAAS login configuration, see the JAAS configuration panel for system logins.
Result
You have configured the token consumer for the application level.What to do next
You must specify a similar token generator configuration for the application level.Related concepts
Default implementations of the Web services security service provider
programming interfaces
Related tasks
Configuring the collection certificate store for the consumer binding
on the application level
Configuring token consumer on the application level
Securing Web services for version 6.0.x applications based on WS-Security