v50

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
OAuth

Authorize Endpoint

RFC 6749 Authorization endpoint with PKCE (S256 only).

If an external IdP is configured, redirects to the upstream provider. Otherwise returns an error (direct login requires a separate credential exchange).

get/authorize

Query parameters

response_typestring required
client_idstring required
redirect_uristring required
code_challengestring required
code_challenge_methodstring required
scopestring
statestring nullable
noncestring nullable

Response

Successful Response

{"stackTrail":"paths:/authorize:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}