Authorize using GET
GET {{authPath}}/{{envID}}/davinci/policy/{{davinciFlowPolicyID}}/authorize?client_id={{clientID}}&response_type=code&scope=openid%20profile&redirect_uri={{redirect_uri}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Authorize using GET.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | client ID. | |
response_type | string | response type . | |
scope | string | scope. | |
redirect_uri | string | redirect uri |