Skip to content

What is a LTPA Token?

Ronny Perinke edited this page Apr 11, 2024 · 3 revisions

What is a LTPA Token?

Lightweight Third Party Authentication (LTPA) is a single sign-on credential format.

The Lightweight Third Party Authentication (LTPA) token is a specific type of binary security token. The web services security implementation for WebSphere Application Server, Version 5 and later supports the LTPA Version 1 token. WebSphere Application Server Version 7 and later supports the LTPA Version 2 token using the JAX-WS runtime environment.

The LtpaToken2 cookie is encoded using enhanced security over the LtpaToken cookie.

With LTPA, the user authenticates with the first server that is accessed, by using a user name and password. After authenticating, the user receives an LTPA token, which is only valid for one session. The token is used to identify the user on other servers within the same domain name system, where the servers are configured to use LTPA. Therefore, the user enters a user name and password only once, and the user directory is accessed only once to verify the identity of that user.

LTPA can be used with WebSphere® Application Server and Worklight®. The servers must all use the same LDAP server for user authentication.

token workflow in sso