Start the OAuth authorization-code flow (PKCE S256)
Connect (OAuth)
Start the OAuth authorization-code flow (PKCE S256)
Redirect the user here. On approval the browser is redirected to redirect_uri with a code and state.
GET
Start the OAuth authorization-code flow (PKCE S256)
Query Parameters
Must exactly match a registered URI.
Available options:
code Available options:
S256 Available options:
connect Response
302
Redirect to redirect_uri?code=…&state=… (or ?error=access_denied)