AuthController
Customisable authentication menu
Last updated
Customisable authentication menu
Last updated
The AuthController authenticator is responsible for various levels of controls. It can be placed in a chain before or after the actual user identification.
A fail-response from the configured pipe will result in a failed authentication.
Authenticator type: AuthController
Common Authenticator configuration can be found here.
Name | Description | Default | Mandatory | |
---|---|---|---|---|
Based in error response from pipe, user-agent can be redirected using regex patterns. For non-matching responses fail_location is used as fall back.
fail_location is a array of fail locations object. On fail-response from pipe the list is iterated. At first match user-agent is redirected.
Name | Description | Default | Mandatory |
---|---|---|---|
ID of the pipe responsible decision making.
N/A
Where to send user agent on failed auth validation.
N/A
User-Agent redirection based on error response from pipe. See advanced redirection.
N/A
Regex expression
N/A
If matched, where to send the user agent
N/A