Role-Based Access Control (RBAC) is a widely used security model for managing user access to systems, applications, and data based on the roles assigned to users within an organization. Instead of granting permissions to each user individually, RBAC groups users into roles according to their job responsibilities and assigns permissions to those roles. Users inherit the permissions of their assigned roles, streamlining access management and reducing the risk of errors.
Synonyms:
Role Based Access Control