Amanpreet Singh
Amanpreet Singh

Reputation: 25

Not able to set Microsoft Graph permissions in Azure Active Directory App Registration

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

Answers (1)

Shawn Tabrizi
Shawn Tabrizi

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

Related Questions