The purpose of identity assertion is to assert the authenticated identity of the originating client from a Web service to a downstream Web service. You can configure identity assertion authentication for the server. Do not attempt to configure identity assertion from a pure client.
There is an important distinction between V5.x and V6.0.x and later applications. The information in this article supports V5.x applications only that are used with WebSphere Application Server V6.0.x and later. The information does not apply to V6.0.x and later applications.
For the downstream Web service to accept the identity of the originating client (user name only), supply a special trusted BasicAuth credential that the downstream Web service trusts and can authenticate successfully. You must specify the user ID of the special BasicAuth credential in a trusted ID evaluator on the downstream Web service configuration. For more information on trusted ID evaluators, see Trusted ID evaluator. The server side passes the special BasicAuth credential into the trusted ID evaluator, which returns true or false that this ID is trusted. After it is trusted, the user name of the client is mapped to the credential, which is used for authorization.
Complete the following steps to configure the server to handle identity assertion authentication information:
The user ID of the client must be in the target user registry or repository, which is configured on the Security > Secure administration, applications, and infrastructure panel in the administrative console for WebSphere Application Server. You can select multiple login configurations, which means that different types of security information can be received at the server. The order in which the login configurations are added determines the processing order when a request is received. Problems can occur if you have multiple login configurations added that have common security tokens. For example, ID assertion contains a BasicAuth token, which is the trusted token. For ID assertion to work properly, list ID assertion ahead of BasicAuth in the list or BasicAuth processing overrides ID assertion processing.
These choices are just preferences and are not guaranteed. Most of the time the Username option is used. You must choose the same ID Type as the client.
The Trust Mode refers to the information sent by the client as the trusted ID.
After you specify how the server handles identity assertion
authentication information, specify how the server validates the
authentication information. See the task for configuring the server to validate
identity assertion authentication information.