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.
Parameter | Description |
---|---|
client_id | The application's UUID. |
request_uri | A string that specifies the URI corresponding to the authorization request. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | Required | |
request_uri | string |