Authorize (device)
POST {{authPath}}/{{envID}}/as/device_authorization
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Authorize (device).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | The application's UUID. | |
scope | string | Permissions that determine the resources that the application can access. |
Request Body
[{"name"=>"client_id", "value"=>"{{deviceAppID}}", "datatype"=>"string"}, {"name"=>"scope", "value"=>"openid", "datatype"=>"string"}]