Integration Record and Prompt Parameter Combinations

See the following table for details about possible combinations of the Consent Policy list on the integration record and the prompt parameter in Step One of the OAuth 2.0 code grant flow.

The Consent Policy list value

The prompt parameter value

The Consent Screen

Always Ask

The consent screen appears.

Always Ask

none

The consent screen appears.

Always Ask

login

The consent screen appears.

A user must authenticate even if there is an active session.

Always Ask

consent

The consent screen appears.

Ask First Time

The consent screen appears for the first time. Consent screen also appears if:

  • The consent was not given previously

  • The system does not know which role or account to choose for the user to log in with

  • The application requires a different set of scopes and needs a new consent

Ask First Time

none

The consent screen appears for the first time.

Ask First Time

login

The consent screen appears for the first time. Consent screen also appears if:

  • The consent was not given previously

  • The system does not know which role or account to choose for the user to log in with

  • The application requires a different set of scopes and needs a new consent

A user must authenticate even if there is an active session.

Ask First Time

consent

The consent screen appears.

Never Ask

The consent screen does not appear.

Never Ask

none

The consent screen does not appear.

Never Ask

login

The consent screen does not appear.

A user must authenticate even if there is an active session.

Never Ask

consent

The consent screen appears.

For more information, see Step One GET Request to the Authorization Endpoint and Create Integration Records for Applications to Use OAuth 2.0

Related Topics

General Notices