Search code examples
azureazure-active-directorymicrosoft-graph-apiazure-cloud-services

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 (amanpreet.singh@hotmail.com) - this created the free subscription

User 2 (amanpsingh@amanpreetsinghhotmail.onmicrosoft.com) - added by User 1

Can anyone help ?


Solution

  • 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.