Get Oauth 2 Authorize

Authorize an OAuth2 request

Authentication

AuthorizationBearer
Bearer token authentication

Query parameters

response_typestringOptional

OAuth2 response type (e.g., ‘code’)

client_idstringRequired
OAuth2 client ID
redirect_uristringOptionalformat: "uri"
OAuth2 redirect URI
scopestringOptional

OAuth2 scopes (space-separated)

statestringOptional
OAuth2 state parameter
request_uristringOptional
Pushed Authorization Request URI referencing stored parameters
code_challengestringOptional
PKCE code challenge
code_challenge_methodstringOptional
PKCE code challenge method
noncestringOptional
OpenID Connect nonce
max_ageintegerOptional>=0

Maximum authentication age in seconds; forces re-authentication when exceeded

resourcelist of stringsOptional

Requested token resource(s) (ie audience) to obtain a JWT formatted access token. May be supplied multiple times as repeated ‘resource’ query parameters (RFC 8707) or as an array of strings.

promptstringOptional
OAuth2 prompt parameter

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error