OAuth Protocol
OAuth authorization endpoint
OAuth 2.0 authorization endpoint for the authorization code flow
get/oauth/authorize
Query parameters
response_type'code' required
OAuth response type
client_idstring required
OAuth client identifier
redirect_uristring uri required
Redirect URI
scopestring
Space-separated list of requested scopes
statestring
State parameter for CSRF protection
code_challengestring
PKCE code challenge
code_challenge_method'plain' | 'S256'
PKCE code challenge method
Response
Consent page displayed (when consent UI is embedded)