Start an OAuth authorization request (PKCE)
OAuth
Start an OAuth authorization request (PKCE)
Start an OAuth 2.0 authorization request with PKCE (S256). The browser is redirected to the login page and ultimately back to the client redirect_uri with a code query parameter.
Start an OAuth authorization request (PKCE)
Query Parameters
Must be on the client whitelist
PKCE code_challenge (S256)
Available options:
S256 Space-separated; defaults to the client default scope
Response
Redirect to the login page or to the client redirect_uri (with error)
Last modified on May 14, 2026