Technical definition
Role-based access control (RBAC)
An authorisation model that assigns permissions to roles and roles to users or services.
What It Means
RBAC simplifies permission management by grouping allowed actions into roles. It can become too coarse when access depends on resource ownership, context, or dynamic attributes.