The primary difference in impact on the Principle of Least Privilege—which states that a user should only have the minimum level of access necessary to perform their job—is that Role-Based Access Control (RBAC) relies on static group memberships while Attribute-Based Access Control (ABAC) relies on dynamic, context-aware policy evaluation. In RBAC, access is assigned to a role, such as Mana....
Log in to view the answer