Skip to content

Configuration Options

Joseba Juániz edited this page Sep 12, 2015 · 10 revisions

This are the configuration options available in the module that will define the behavior of the OAuth2 server.

enforce_state

type: boolean

default: true

Enforces the use of the state parameter while checking for an Authorize Code in the Authorization Code granting.

This are the configuration options available in the module that will define the behavior of the OAuth2 server.

allow_implicit

type: boolean

default: false

Enforces the use of the state parameter while checking for an Authorize Code in the Authorization Code granting.

Clone this wiki locally