Authorization Endpoint

Initiates the OAuth2 authorization flow. Redirects user to verification flow.

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

OAuth2 response type

Allowed:
string
required

Client ID (OID for IAS integration)

string
required

Redirect URI registered with the client

string
Defaults to openid offline_access

Space-separated list of scopes (e.g., 'openid email profile')

string

Opaque value to maintain state between request and callback

string

Code challenge for PKCE (if using authorization code flow)

string
Defaults to S256

Code challenge method for PKCE (if using authorization code flow, e.g., 'S256')

string

String value used to associate a client session with an ID token

Responses
302

Redirect to verification flow

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