SSO Authenticator
Introduction
The SSO authenticator is responsible for checking that a user is logged in and then redirect the user. It must NOT be placed in a chain. Used in a SSO scenario.
Configuration
Authenticator type: SSOAuthenticator
Common Authenticator configuration can be found here.
Name
Description
Default
Mandatory
pipe_id
The pipe reference. The pipe is commonly used to extract data needed for the redirect.
N/A
redirect_url
The url to redirect to after the pipe is finished. Expandable.
N/A
identifier
Used to find the authenticated user. Expandable.
${session.identifier}
failure_location
The target location to where the user agent will be redirected when user is not authenticated.
N/A