Reputation: 8019
I have created one App Registration
, called Report
, under AAD and its app under Enterprise Application
.
I want to restrict the people access (full CRUD) to the Report app in both App Registration
and Enterprise Application
, and no access to other apps in AAD.
Below is my idea?
1 Clone Cloud application administrator
to create a new role
2 Add people to the new role,
3 Add the new role to Roles and administrators
of Report
under both App Registration
and Enterprise Application
Does it work? Does anyone have a better idea?
Upvotes: 0
Views: 1005
Reputation: 474
For user to be granted any permissions over only the selected app registration.
Reference: https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-create
Additional Reference: https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-create#create-a-new-custom-role-to-grant-access-to-manage-app-registrations
Assign Azure roles using Azure Resource Manager templates : https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-template
Upvotes: 1