Identity assertion is one of the WebSphere
® Application Server Version
6 enhancements, but it must be used in a secured environment such as a Virtual
Private Network (VPN) or HTTPs. In a secure environment, it is possible to
send the requester identity without credentials with other trusted credentials
such as the server identity. With identity assertion, WebSphere Application server supports
the following types of trust modes:
- None
- Specifies that a trusted credential is not attached to the Simple Object
Access protocol (SOAP) message
- BasicAuth
- Specifies that a username token with a user name and a password is used
as a trusted credential
- Signature
- Specifies that an X.509 certificate security token is used in the digital
signature
The specific configuration for identity assertion is
necessary on the consumer side in a service configuration only. On the generator
side, you need to configure two token generators in a client configuration:
one for a requester token and one for a token of a trusted party.
Complete
the following steps to configure an application for identity assertion. You
must configure both the consumer and the generator to complete the configuration.
Your environment is configured for identity assertion.