continue-on-auth-failure

Use the continue-on-auth-failure stanza entry to define whether to continue processing the request if 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 the introspection has failed. This configuration item may be customized for a particular junction by adding the adjusted configuration item to a [oauth-introspection:{jct_id}] stanza, where '{jct-id}' refers to the junction point for a standard junction (include the leading '/'), or the virtual host label for a virtual host junction.

Options

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

Usage

This stanza entry is optional.

Default value

true

Example

continue-on-auth-failure = false