Skip to main content
GET
Start the OAuth authorization-code flow (PKCE S256)

Query Parameters

client_id
string
required
redirect_uri
string
required

Must exactly match a registered URI.

response_type
enum<string>
required
Available options:
code
state
string
required
code_challenge
string
required
code_challenge_method
enum<string>
required
Available options:
S256
scope
enum<string>
required
Available options:
connect

Response

302

Redirect to redirect_uri?code=…&state=… (or ?error=access_denied)