Reputation: 25
I created a new Azure subscription (free) and under the Default directory registered a new Cloud Service ASP.Net MVC Web Application. I also added a new user to the default domain. When I run the application everything works in the application connected with this Azure AD.
Now when I try to set permissions for Microsoft Graph I see no permissions there. And thats why my User.IsInRole and IsAuthenticated doesn't work.
Both the users in the Default directory are Global Administrators - Error message in image
User 1 ([email protected]) - this created the free subscription
User 2 ([email protected]) - added by User 1
Can anyone help ?
Upvotes: 0
Views: 538
Reputation: 12434
This is a known error right now in the Azure portal, and we are working on a fix right now.
For the time being, you can use our other app registration portals to manage your application configuration settings: The App Registration Portal or our old Azure UX.
Sorry for any inconvenience.
Upvotes: 1