Chain
Introduction
The chain authenticator orchestrates one or more authenticators that perform(s) the actual authentication.
The chain is complete when all (required) authenticators in the chain are completed.
A chain authenticator can be nested with Selectors and other chains.
Configuration
Authenticator type: Chain
Common Authenticator configuration can be found here.
Name | Description | Default |
---|---|---|
| List of authenticator refs defining the content and order of the chain. An empty chain will block the authentication and therefor at least one ref must be present. |
|
| Flag controlling if this authenticator requires a subject to be set before completing. Use only for nested chains. |
|
| Flag controlling how chain behaves on authenticator failure. If enabled, all authenticators in chain will be executed before error is raised (stealth behaviour). |
|
Authenticator refs
An authenticator ref points to an actual authenticator available in the current configuration.
Name | Description | Default | Mandatory |
---|---|---|---|
| Authenticator id | ||
| Flag controlling if authenticator is required to complete or not. Authentication will fail if a required authenticator does not complete. |
|
API
API not available.
Last updated