Reputation: 116
I am trying to use RBAC for authorization in Azure Web App. I am following the example as described here. But this article points to Old azure portal. How can I create and assign roles (like 'Full-Time Employee', 'Vendor' etc..) in Azure AD in new Azure Portal?
Upvotes: 0
Views: 1510
Reputation: 27528
In new portal , you could assign application role in Enterprise applications
blade after updating 'appRoles' setting with application roles in manifest .
You could refer to document for detail steps . In select Role
blade , you will find the roles you defined in manifest:
Upvotes: 1