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.
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
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.
Regex expression
N/A
If matched, where to send the user agent
N/A