Security Token Service Universal User document

To ensure that an incoming token can be converted properly into an outgoing token containing the content and format required by the partner, Security Verify Access creates an intermediate document in a generic XML format that holds identity information. This document is called the STS Universal User or STSUU. The STSUU document contains three sections:

To create the STSUU document, ISAM uses an XML schema that specifies the structure. The schema is defined in the file stsuuser.xsd. The following code sample contains the entire contents of the secure token service universal user XML schema.

Although the schema is used as the base for all STSUU documents, the exact information contained in any specific STSUU document is dependent on the token type for the security token used as input. The information required in an STSUU document after transformation by identity mapping depends on:

During token processing for a typical single sign-on configuration, two STSUUs are created. One is an input STSUU, created from the original input token. The other is an output STSUU, created after the identity mapping rules are applied.

To view the Javadoc for the STSUU:

  1. Log in to the local management interface and go to...

      System > File Downloads > federation > doc > ISAM-javadoc.zip

  2. Download and decompress the compressed file. View the API for com.tivoli.am.fim.trustserver.sts.user.


Parent topic: STS Universal User module