Attribute-Based Access Control (ABAC)
Back to glossary
What is Attribute-Based Access Control (ABAC)?
Attribute-Based Access Control is a way of controlling access to systems or data based on attributes. Attributes are characteristics like a user’s role, location, device type, or the time of day. Instead of just relying on roles, ABAC checks these attributes against rules to decide if someone should get access. This makes access control more flexible and context-aware than traditional role-based systems.