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
Example Configuration
{ "alias": "SAMLDataSave", "name": "SAMLDataSave", "configuration": { "idpID": "idp", "nextAuthenticator": "dispatch" } }
Requirements
One or more authenticator configured.