Authentification and RBAC
Role-Based access control (RBAC)
Microsoft's preferred solution for access control
Create roles that represent the common tasks of the job:
Accountant
Developer
Business Lead
Assign granular permissions to that role
Assign users to that role:
Do not assign granular permissions to an individual
Permissions:
Reader - Can see but cannot modify
Contributor - Pretty much full access
Owner - Like contributor but also allowed to grant access
Last updated