Difference between revisions of "Role Based Access Control"
From MgmtWiki
(Created page with "==Full Title or Meme== The ability to use the role of the user to control access to resources. ==Context== * Created to try to simplify to process of controlling access by a...") |
(→Problems) |
||
| Line 6: | Line 6: | ||
==Problems== | ==Problems== | ||
| + | * RBAC system administrators control what users can do with specific IT resources, and which areas they have access to. It is simple to implement since there are only three basic principles to keep in mind; roles are based on a “Role Assignment”, “Role Authorization”, and “Permission Authorization”. However, RBAC is not without its issues and limitations. One of the main problems is that it is not an automatic process, meaning that it needs to be painstakingly managed and often involves significant manual intervention. | ||
==References== | ==References== | ||
[[Category: Authorization]] | [[Category: Authorization]] | ||
Revision as of 11:01, 12 October 2022
Full Title or Meme
The ability to use the role of the user to control access to resources.
Context
- Created to try to simplify to process of controlling access by a large number of user to a large number of different access regimes.
Problems
- RBAC system administrators control what users can do with specific IT resources, and which areas they have access to. It is simple to implement since there are only three basic principles to keep in mind; roles are based on a “Role Assignment”, “Role Authorization”, and “Permission Authorization”. However, RBAC is not without its issues and limitations. One of the main problems is that it is not an automatic process, meaning that it needs to be painstakingly managed and often involves significant manual intervention.