Skip to main content
GET
/
oauth2
/
default
/
v1
/
authorize
Authorize user apps with and without PKCE
curl --request GET \
  --url https://{customer_name}.login.fabric.inc/oauth2/default/v1/authorize

Query Parameters

client_id
string
required
response_type
string
required
scope
string
required
redirect_uri
string
required
state
string
required
code_challenge_method
string
code_challenge
string
required

Response

302