What is Attribute-Based Access Control (ABAC)?

ABAC is an authorization model where access decisions are based on attributes of users, resources, and the environment. In Oso, you can define policies that consider these attributes, allowing for fine-grained access control decisions.

Authorization done right