I have a requirement to add users to an Azure Active Directory group with certain privileges.
For example, specific user added to adgroup1
gets edit access on application specific data, while the same user could be part of adgroup2
with read only access for different set of application data.
What would be the best practice to implement this? Appreciate the feedback.