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 from the SP. For details, refer to AuthnRequest. 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. |
|
An object with methods to provide context when customizing the IdP adapter plugin points. For details, refer to IdpAdapterScriptHelper. Always present. |
|
A String representing the Not available to the |
|
The identifier to continue processing if the adapter redirects. Not available to the |
|
The |
|
The SAML response. For details, refer to Response. Only available to the |
|
The Not available to the |
|
Represents the user’s single sign-on session object. For details, refer to SSOToken. Not available to the |