I am working on a .net core MVC Web application that is making use of Azure AD authentication with multi tenants enabled.Now I want to add custom application roles to my users. For that I added some "appRoles": to my azure WebApp's manifest file. But now how do I assign these application roles to my users ? I am using portal.azure.com, and I could not find any screens where I can actually assign these roles to my application users. Could you please let me know me where I can do this from the azure portal?or do I need any additional permissions from my AD team?if so what specific permissions ?
You could assign users with roles to application in Enterprise applications
blade:
Click Enterprise applications
blade , click All applications
to find your application with app id or display name :
Click that application , click Users and groups
, you will get current assigned users and which role has been assigned :
You could click add user and Select Role
, you could select the roles you set in manifest file and assign to specific user :