A valid JSON PDP API request is a simple JSON object that can be forwarded to the Policy Decision Service. Policies can match a decision request by Service
, Domain
, Action
, or other attributes.
The following table describes the values contained in a valid JSON PDP API request.
Field | Type | Required | PingAuthorize Trust Framework type | Example value |
---|---|---|---|---|
domain |
string | no | Domain | Sales.Asia Pacific |
action |
string | no | Action | Retrieve |
service |
string | no | Service | Mobile.Landing page |
identityProvider |
string | no | Identity Provider | Social Networks.Spacebook |
attributes |
map<string, string> | yes | Other Attributes | {"Prospect name": "B. Vo"} |