IdP attribute mapper scripting API
The following bindings are available to IdP attribute mapper scripts.
| An IdP attribute mapper script can be either a legacy or a next-generation script. It has access to all the common bindings for its scripting context. |
| Binding | Legacy | Next-generation |
|---|---|---|
|
The entity ID for the hosted IdP. |
|
|
An IdpAttributeMapperScriptHelper instance containing methods used for IdP attribute mapping. |
An instance of
Returns a list of maps with the user attributes for the current session. For example:
|
|
The entity ID for the remote SP. |
|
|
Contains a representation of the user’s SSO session object. Refer to the SSOToken interface for information about SSO token and authentication information, as well as session-related properties. |
|