Authorize (hybrid)

POST {{authPath}}/{{envID}}/as/authorize

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Authorize (hybrid).

Request Params

KeyDatatypeRequiredDescription
client_idstringThe application's UUID.
code_challenge_methodstringSpecifies the computation logic used to generate the code_challenge string.
noncestringA string that is used to associate a client session with a token to mitigate replay attacks.
redirect_uristringA string that specifies the URL that specifies the return entry point of the application.
response_typestringThe code or token type returned by an authorization request.
scopestringPermissions that determine the resources that the application can access.

Request Body

[{"name"=>"response_type", "value"=>"code id_token", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{appID}}", "datatype"=>"string"}, {"name"=>"redirect_uri", "value"=>"{{redirect_uri}}", "datatype"=>"string"}, {"name"=>"scope", "value"=>"openid profile email", "datatype"=>"string"}, {"name"=>"state", "value"=>"{{state}}", "datatype"=>"string"}]