continue-on-auth-failure

Use the continue-on-auth-failure stanza entry to define whether to continue processing the request when authentication fails.

Syntax

continue-on-auth-failure = {yes|true|no|false}

Description

This stanza entry controls whether to continue processing the request and try additional authentication mechanisms if an invalid authorization header has been supplied with the request.

Options

yes|true
Continue processing the request and try additional authentication mechanisms.
no|false
Do not continue processing the request.

Usage

This stanza entry is optional.

Default value

false

Example

continue-on-auth-failure = false