Which of the following is an approach for restricting system access to authorized users?
Role-based access control (RBAC) restricts access by assigning permissions to roles and assigning users to those roles. Users receive only the access authorized for their role.
Community Discussion