Get desktop application:
View/edit binary Protocol Buffers messages
Display defines values to set how to displays the authentication and consent user interface pages to the End-User.
Default value when nothing specificied.
Value to set as unknown.
The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.
The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.
The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
The Authorization Server SHOULD display the authentication and consent UI consistent with a "feature phone" type display.
https://www.rfc-editor.org/rfc/rfc6749.html#section-4.1.2.1
Used in: , , , , , , , ,
REQUIRED. Error code.
OPTIONAL. Human-readable ASCII encoded text description of the error.
OPTIONAL. URI of a web page that includes additional information about the error.
OAuth 2.0 state value. REQUIRED if the Authorization Request included the state parameter. Set to the value received from the Client.
OPTIONAL. URI of the resource.
Prompt defines values for required prompt actions.
Default value when nothing specificied.
Value to set as unknown.
The Authorization Server MUST NOT display any authentication or consent user interface pages. An error is returned if an End-User is not already authenticated or the Client does not have pre-configured consent for the requested Claims or does not fulfill other conditions for processing the request. The error code will typically be login_required, interaction_required, or another code defined in Section 3.1.2.6. This can be used as a method to check for existing authentication and/or consent.
The Authorization Server SHOULD prompt the End-User for reauthentication. If it cannot reauthenticate the End-User, it MUST return an error, typically login_required.
The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client. If it cannot obtain consent, it MUST return an error, typically consent_required.
The Authorization Server SHOULD prompt the End-User to select a user account. This enables an End-User who has multiple accounts at the Authorization Server to select amongst the multiple accounts that they might have current sessions for. If it cannot obtain an account selection choice made by the End-User, it MUST return an error, typically account_selection_required.