Understanding ReBAC and ABAC Through OpenFGA and Cedar
auth0.com·1d
Flag this post

If you’re working to create your authorization and permissions systems, chances are you have already heard about roles, attributes, policies and relationships. As your needs grew, you may have encountered systems that let you write more explicit rules, which fall under the broad umbrella of policy-based access control (PBAC).

For modern, fine-grained authorization, two main architectural patterns have emerged from PBAC:

  1. Relationship-based access control (ReBAC): A model where the core focus is on the relationships between entities.
  2. Attribute-based access control (ABAC): A model where the core focus is on the attributes of entities.

The key is that these models aren’t mutually exclusive, but that they have different starting points. Your choice between th…

Similar Posts

Loading similar posts...