Enum "Prompt Interaction"

ID 501
Namespace: System.Security.Authentication

This enum contains the Prompt Interaction values possible for OAuth 2.0.

Properties

Name Value
Extensible False

Values

Name Description
None

No prompt parameter in the request

Login

The user should be prompted to reauthenticate.

"Select Account"

The user is prompted to select an account, interrupting single sign on. The user may select an existing signed-in account, enter their credentials for a remembered account, or choose to use a different account altogether.

Consent

User consent has been granted, but needs to be updated. The user should be prompted to consent.

"Admin Consent"

An administrator should be prompted to consent on behalf of all users in their organization.

See also