I know that Azure AD app roles or group memberships can be used to implement RBAC. Do these two options have a more granular approach to roles?
Ex: We have tables called users, locations, teams, skills, campaigns etc and would like to be able to control access to view, edit, create, delete permissions on these entities for every user in the system.
Also, is there an option to create a profile of permissions on entities and then assign them to users in Azure AD? The idea is to define a common set of permissions and assign them to a set of users.
Thanks!
I read the MSFT documentation on App Roles and Group Memberships and couldn't find documentation for granular permission setup.