SP adapter scripting API
The SP 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. Only available to single sign-on functions. Refer to AuthnRequest. |
|
The binding used for the name identifier request: Not available to single sign-on functions. |
|
The failure code associated with the error that has occurred. For possible values, refer to SPAdapter. Only available to |
|
The entity ID for the hosted SP. |
|
The entity ID for the IDP that sends the sign-on request. |
|
The ManageNameIDRequest object for the name identifier request. Only available to |
|
The ManageNameIDResponse object for the name identifier request. Only available to |
|
A boolean indicating whether federation is True if using federation, otherwise false. Only available to the |
|
The single logout LogoutRequest. Only available to |
|
The single logout LogoutResponse. Only available to |
|
The PrintWriter for writing to. Only available to |
|
The protocol profile used: Available to |
|
The HttpServletRequest object. Always present. |
|
The HttpServletResponse object. Always present. |
|
Only available to 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. |
|
The SpAdapterScriptHelper instance contains supporting methods that provide context information when customizing the SP adapter plugin points. Always present. |
|
The SSO Response received from the Identity Provider. Available to |
|
The unique universal ID of the user associated with the request. Not available to single sign-on functions. |