IDP adapter scripting API
The IDP adapter script is a legacy script and therefore has access to all the legacy common bindings in addition to those described here. |
Binding | Description |
---|---|
|
The original authentication request sent from the SP.
Not available to the |
|
The fault code returned in the SAML response. Only available to the |
|
Contains the details of the fault returned in the SAML response. Only available to the |
|
The entity ID for the hosted IDP. |
|
The idpAdapterScriptHelper instance contains supporting methods that provide context information when customizing the IDP adapter plugin points. Always present. |
|
A String representing the relayState used in the redirect. Not available to the |
|
The id to use for continuation of processing if the adapter redirects. Not available to the |
|
The |
|
The SAML response. For information, refer to Response. Only available to the |
|
The Not available to the |
|
Not available to the Contains a representation of the user’s single sign-on session object. Refer to the SSOToken interface for information about SSO token and authentication information, as well as session-related properties. |