Skip to main content

OAuth 2.1 authorization endpoint

PATCH 

/api/auth/oauth2/authorize

Redirects the user to /sign-in (if not authenticated) or /consent (if first visit), then redirects back to the client redirect_uri with ?code=&state=. PKCE required.

Request

Responses

Redirect to login, consent, or client redirect_uri.