Authorization endpoint

To learn more about this endpoint, please refer to the specification: https://tools.ietf.org/html/rfc6749

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

A JWT containing the request information. The contents of the JWT must match the OauthRequestJwtStructure JSON schema in this document. Values in the JWT override values passed as query parameters in the main request.

string
required

Scopes of the request. Scopes are whitespace-delimited. The first scope must be openid. The second scope must be a valid scope that exists in the requested client's configuration.

string
required

Type of response to return, must be set to "code" to get the authorization code flow as expected.

string
required

Redirection URI to which the response will be sent for the authorization request.

string

Opaque value randomly-generated by the client/RP. Used by the caller to maintain state between request and callback. Should be constant throughout the flow. Required if not present in the request JWT.

string
required

ID of the client/RP.

string
enum

List of locales to be used, separated by whitespace. Currently, only the first value is used.

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json