AuthController
Customisable authentication menu
Introduction
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.
Configuration
Authenticator type: AuthController
Common Authenticator configuration can be found here.
Name | Description | Default | Mandatory | |
---|---|---|---|---|
ID of the pipe responsible decision making. |
| |||
Where to send user agent on failed auth validation. |
| |||
User-Agent redirection based on error response from pipe. See advanced redirection. |
|
Advanced redirection
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 |
---|---|---|---|
Regex expression | N/A | ||
If matched, where to send the user agent | N/A |