+

Search Tips   |   Advanced Search

Identity assertions with trust validation

Application and system providers can perform identity assertion with trust validation using the JAAS login framework. Trust validation is performed in one login module and credential creation in another. These two custom login modules are used to create a JAAS login configuration that performs a login to an identity assertion.

Two custom login module are required:

IdentityAssertionLoginModule searches for the trust information in the shared state property

This is a map containing the trust status and the identity used to login. The map includes the following:

A WSLoginFailedException is returned if the state, trust, or identity information is missing. The login module then performs a login of the identity. The subject now contains the new identity.

  • Enable identity assertion with trust validation using JAAS