+

Search Tips   |   Advanced Search

Set the client for identity assertion: specifying the method


Configure identity assertion authentication. The purpose of identity assertion is to assert the authenticated identity of the originating client from a Web service to a downstream Web service.

There is an important distinction between Version 5.x and V6 and later applications. The information in this article supports V5.x applications only that are used with WAS V6.0.x and later. The information does not apply to V 6.0.x and later applications.

This task is used to configure identity assertion authentication. The purpose of identity assertion is to assert the authenticated identity of the originating client from a Web service to a downstream Web service. Do not attempt to configure identity assertion from a pure client. Identity assertion works only when you configure on the client-side of a Web service acting as a client to a downstream Web service.

In order for the downstream Web service to accept the identity of the originating client (just the user name), supply a special trusted BasicAuth credential that the downstream Web service trusts and can authenticate successfully. Specify the user ID of the special BasicAuth credential in a trusted ID evaluator on the downstream Web service configuration.

See on trusted ID evaluators, see Trusted ID evaluator.

Complete the following steps to specify identity assertion as the authentication method:

 

  1. Launch an assembly tool.

    See the related information on Assembly Tools.

  2. Switch to the Java EE perspective. Click Window > Open Perspective > J2EE.

  3. Click Application Client Projects > application_name > appClientModule > META-INF.

  4. Right-click the application-client.xml file, select Open with > Deployment descriptor editor.

  5. Click the WS Extension tab, which is located at the bottom of the deployment descriptor editor within the assembly tool.

  6. Expand the Request sender configuration > Login configuration section.

  7. Select IDAssertion as the authentication method. For more conceptual information on identity assertion authentication, see Identity assertion in a SOAP message.

  8. Expand the IDAssertion section.

  9. For the ID type, select Username. This value works with all registry types and originating authentication methods.

  10. For the trust mode, select either BasicAuth or Signature.

 

Next steps

See Set the client security bindings using an assembly tool for more information on the Web services client editor within the assembly tool.

After you specify identity assertion as the authentication method used by the client, specify how to collect the authentication information. See Set the client for identity assertion: collecting the authentication method for more information.

 

Related concepts


Trusted ID evaluator
Identity assertion in a SOAP message
Assembly tools

 

Related tasks


Set the client for identity assertion: collecting the authentication method
Set the client security bindings using an assembly tool
Secure Web services for V5.x applications using identity assertion authentication