Authorize (implicit) (request_uri)

GET {{authPath}}/{{envID}}/as/authorize?client_id={{appID}}&request_uri={{requestURI}}

The authorization endpoint is used to interact with the end user and obtain an authorization grant. The sample shows the GET /{{envID}}/as/authorize operation. The request URL includes the request_uri parameter which is returned from a pushed authorization request.

ParameterDescription
client_idThe application's UUID.
request_uriA string that specifies the URI corresponding to the authorization request.

Request Params

KeyDatatypeRequiredDescription
client_idstringRequired
request_uristring