Role-based Access Control (RBAC)
- •
def
- •
granting access based on a user's role within the organization (manager, director, team lead, etc.), so rights are gained implicitly rather than explicitly assigned per user
- •
- •
example
- •
in Windows, group membership is commonly used to implement RBAC (e.g., being in the "shipping" group grants access to shipping software)
- •
- •
- •