LTPA module

The LTPA module facilitates the validating and issuing of LTPA version 1 and version 2 tokens. The LTPA module is called STSLTPATokenModule.

An LTPA token is an encrypted string that contains user information and other metadata. Version 1 tokens contain fairly limited information, such as username and token expiration time. Version 2 tokens are extensible in they can contain user-defined attributes, where each attribute can contain a list of values.

These tokens are represented as BinarySecurityToken elements.

This module does not support the initial generation of LTPA keys. We must provide a set of LTPA keys that were generated by another source such as a WebSphere application server.

Parent topic: Supported module types