Securing Web services using identity assertion authentication

WAS provides several different methods to secure your Web services. Extensible Markup Language (XML) digital signature is one of these methods. You might also secure your Web services using any of the following methods...

With the identity assertion authentication method, the security token generates a <wsee:Username Token> element that contains a <wsse:Username> element. On the request sender side, a callback handler is invoked to generate the security token. On the request receiver side, the security token is validated. Unlike basicauth authentication, trust is established through the use of a security token rather than through user name and password validation. To use identity assertion authentication to secure Web services, complete the following tasks...

  1. Secure the client for identity assertion authentication.

    1. Configure the client for identity assertion authentication: Specifying the method.

    2. Configure the client for identity assertion authentication: Collecting the authentication information.

  2. Secure the server for identity assertion authentication.

    1. Configure the server to handle identity assertion authentication.

    2. Configure the server to validate identity assertion authentication information.

After completing these steps, you have secured your Web services using identity assertion authentication.

 

See Also

Identity assertion authentication method
Security token
Securing Web services based on WS-Security