SAMLDataSave

Used when there are multiple authentication possibilities.  SAMLDataSave will store the incoming saml request data in the session for later use. Often used in conjunction with Dispatch authenticator. 

Any new saml data coming in will overwrite the old data in the and will be handled as a new authentication attempt. 

Properties

Name Description Default value Mandatory
idpID The internal identifier of the idp used N/A Yes
nextAuthenticator The id of the authenticator to handle next step in the authentication process N/A Yes

Example Configuration

{
    "alias": "SAMLDataSave",
    "name": "SAMLDataSave",
    "configuration": {
        "idpID": "idp",
        "nextAuthenticator": "dispatch"
    }
}

Requirements

One or more  authenticator configured.