Forum Discussion
JawanL
Mar 11, 2022Copper Contributor
Azure AD Roles
Is it possible to create a custom azure role that is specific for only one security group? I would like to grant a user access to view members of a specific security group that they are an owner of.
ibnmbodji
Mar 23, 2022Iron Contributor
Hi
You could restrict the scope to an azure ad group for the custom role scope .
You might need to consider the following license requirement :
Using built-in roles in Azure AD is free, while custom roles requires an Azure AD Premium P1 license.
https://docs.microsoft.com/en-us/azure/active-directory/roles/custom-overview?WT.mc_id=AZ-MVP-5004274
You could restrict the scope to an azure ad group for the custom role scope .
You might need to consider the following license requirement :
Using built-in roles in Azure AD is free, while custom roles requires an Azure AD Premium P1 license.
https://docs.microsoft.com/en-us/azure/active-directory/roles/custom-overview?WT.mc_id=AZ-MVP-5004274