Important:

The PDP API feature requires PingDataGovernance Premier. For more information, contact your Ping Identity account representative.

The PingDataGovernance Server's main functionality is to enforce fine-grained policies for data accessed through APIs. However, organizations might need to use the core Policy Decision Service for non-API use cases. For example, an application server might use it to request policy decisions when generating dynamic web content. In this configuration, PingDataGovernance Server becomes the PDP, and the application server becomes the policy enforcement point (PEP).

Enforcement points request policy decisions based on a subset of the XACML-JSON standard. For more information, see XACML 3.0 JSON Profile 1.1.

Note:

The PDP API can indicate when a request or response triggers advice, but the application server must implement the advice.

To make the PDP API client available, you must:

The PDP API supports the MultiRequests JSON object, which allows a client to make multiple decision requests in a single HTTP request.

Note:

Because this object also supports single decision requests, it is the only supported XACML-JSON request format.