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"}
Changes
Changed in 2 of the 85 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 179 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲