Authorize (Transaction Approval)
GET {{authPath}}/{{envID}}/as/authorize?state={{state}}&response_type=token%20id_token&response_mode=pi.flow&scope=openid&request={{requestString}}&client_id={{clientID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Authorize (Transaction Approval).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
state | string | ||
response_type | string | ||
response_mode | string | ||
scope | string | ||
request | string | ||
client_id | string | ||
prompt | string | Optional ( none | |
max_age | number | Optional - uses seconds | |
acr_values | string | Optional - use Sign-on Policy names (space-delimited) |