redirect
Syntax
redirect = {forms-auth|basic-auth|cert-auth|ext-auth-interface|oidc} Description
Enables redirection for use with one or more authentication mechanism.
Options
- {forms-auth|basic-auth|cert-auth|ext-auth-interface|oidc}
- Redirection
is supported for:
- Forms authentication
- Basic authentication
- Certificate authentication
- External authentication interface
- OpenID Connect (OIDC)
The configuration file must contain a separate entry for each authentication mechanism for which redirection is enabled.
Usage
This stanza entry is optional.
Default value
None.
Example
Example entries that enables redirection for forms authentication and basic authentication:
redirect = forms-auth
redirect = basic-auth