Start or continue an OAuth/OIDC authorization request.
GET
/authorize
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/authorizeParameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” client_id
string
redirect_uri
string
response_type
string
scope
string
state
string
Responses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.
Redirect response.