OAuth2 authorization endpoint supporting authorization code flow with PKCE. Requires user to be logged in via session cookie.
OAuth2 client identifier
Redirect URI after authorization
Must be 'code' for authorization code flow
code
Space-separated list of requested scopes
State parameter for CSRF protection
PKCE code challenge
PKCE code challenge method
S256
, plain
Authorization page displayed