response-type

The required response type for authentication responses.

Syntax

response-type = {code | id_token | id_token token}

Description

Use this entry to set the required response type for authentication responses.

Options

code
The authorization code flow will be used to retrieve both an access token and identity token.
id_token
The implicit flow will be used to retrieve the identity token.
id_token token
The implicit flow will be used to retrieve both an access token and identity token.

Usage

This stanza entry is required.

Default value

code

Example

response-type = code