Are you an LLM? You can read better optimized documentation at /api/id/operations/oauthauthorize.md for this page in Markdown format
Authorize
GET
/oauth/authorize
Browser-facing authorization endpoint for the authorization code flow with PKCE. End users authenticate interactively before consent is completed.
Parameters
Query Parameters
response_type*
Type
Requiredstring
client_id*
Type
Requiredstring
Format
"uuid"redirect_uri*
Must exactly match the application's registered redirect URI.
Type
Requiredstring
Format
"uri"scope*
Space-separated scopes. Supported values are user.public and user.full.
Type
Requiredstring
Example
"user.full"state*
Type
Requiredstring
code_challenge*
Type
Requiredstring
code_challenge_method
Defaults to S256 when omitted. plain is not accepted.
Type
string
Valid values
"S256"Default
"S256"Responses
Redirects to the registered redirect URI with code and state query parameters on success.
