Step 2: Create the authorize request
GET {{authPath}}/{{envID}}/as/authorize?response_type=id_token&client_id={{solutionAppID}}&redirect_uri=http://localhost:3000&scope=openid
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
response_type | string | Required | |
client_id | string | Required | |
redirect_uri | string | Required | |
scope | string |