Binary security token

The <ValueType> attribute identifies the type of the security token, for example, a Lightweight Third Party Authentication (LTPA) token. The EncodingType indicates how the security token is encoded, for example, Base64Binary. The <BinarySecurityToken> element defines a security token that is binary encoded. The encoding is specified using the EncodingType attribute. The value type and space are specified using the ValueType attribute. The Web Services Security implementation for WebSphere Application Server, Version 5.0.2 supports both LTPA and X.509 certificate binary security tokens.

Important: The information in this article supports Version 5.x applications only if they are used with WAS V6.0.x and later. The information does not apply to Version 6 and later applications.

A binary security token has the following attributes that are used for interpretation:

The following example depicts an LTPA binary security token in a Web Services Security message header:

The token is Base64Binary encoded.

Related concepts