What is Policy Decision Point (PDP)?

The Policy Decision Point (PDP) is the component in an authorization system that evaluates policies and makes access decisions. In an Oso setup, the PDP is the Polar engine, which evaluates rules like allow(actor, action, resource) to return an allow/deny decision.

Authorization done right