PingAuthorize

About the Authorization Policy Decision APIs

The PingAuthorize Server provides Authorization Policy Decision APIs to support non-API use cases needing attribute-based access control (ABAC).

The Authorization Policy Decision APIs feature requires PingAuthorize Premier. For more information, contact your Ping Identity account representative.

The PingAuthorize Server’s main functionality is to enforce fine-grained policies for data accessed through an application programming interface (API). 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, PingAuthorize Server becomes the policy decision point (PDP), and the application server becomes the policy enforcement point (PEP).

The Authorization Policy Decision APIs consist of the following PDP APIs:

  • XACML-JSON PDP API

    This API provides a standards-based interface.

    Standards-based 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.

  • JavaScript Object Notation (JSON) PDP API

    This API provides a simpler interface.

    The Authorization Policy Decision APIs can indicate when a request or response triggers statements, but the application server must implement the statement.

To make a PDP API available, you must: