Use of STSUU for the Relying Party

Relying Party identity mapping and advanced configuration can use Secure Token Service Universal User (STSUU) modules to obtain needed data.


Get an authorize response from the request to /authorize (authorization code)

If we have the following STSUU variable as XML:

Then we could use the following JavaScript code:

The code returns the value:


Get a token response parameter (access token)

If we have the following STSUU variable as XML:

Then we could use the following JavaScript code:

The code returns the value:


Get a parameter from the id_token from /authorize

If we have the following STSUU variable as XML:

Then we could use the following JavaScript code:

The code returns the value:


Get a parameter from the id_token from /token

If we have the following STSUU variable as XML:

Then we could use the following JavaScript code:

The code returns the value:


Get a parameter that came from /userinfo

If we have the following STSUU variable as XML:

Then we could use the following JavaScript code:

The code returns the value:


A complete STSUU of an authorization code


Parent topic: Authentication with OpenID Connect Relying Party