Skip to content

Start or continue an OAuth/OIDC authorization request.

GET
/authorize
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/authorize
client_id
string
redirect_uri
string
response_type
string
scope
string
state
string

Successful response. The representation can be JSON, HTML, or a redirect.

Redirect response.