Get Oauth 2 Authorize
Authorize an OAuth2 request
Authentication
AuthorizationBearer
Bearer token authentication
Query parameters
response_type
OAuth2 response type (e.g., ‘code’)
client_id
OAuth2 client ID
redirect_uri
OAuth2 redirect URI
scope
OAuth2 scopes (space-separated)
state
OAuth2 state parameter
request_uri
Pushed Authorization Request URI referencing stored parameters
code_challenge
PKCE code challenge
code_challenge_method
PKCE code challenge method
nonce
OpenID Connect nonce
max_age
Maximum authentication age in seconds; forces re-authentication when exceeded
resource
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.
prompt
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