Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delay in changing Azure AD permissions for Microsoft Graph with certificate?

We're adding permissions in an Azure AD application for Microsoft Graph that doesn't seem to have any effect.

I tried to remove all permissions from another already working app and it still works without any permissions assigned all.

Is there any known delays when updating permissions? (We're using application permissions with certificates).

like image 606
Jonas Stensved Avatar asked Nov 24 '17 15:11

Jonas Stensved


People also ask

How long do azure permissions take to propagate?

It can take up to 1 hour for Azure AD group memberships or permissions changes to propagate throughout Azure DevOps. If a user's having issues that don't resolve immediately, wait a day to see if they resolve. For more information about user and access management, see Manage users and access in Azure DevOps.

How do you change permissions in graph explorer?

You can consent to permissions in Graph Explorer by choosing either the Modify permissions tab or the Select permissions option in the settings gear next to your profile when you're signed in. The Modify permissions tab lists all the permissions that you need to run the query in the address bar.

Which of the following is not supported by Microsoft Graph endpoint exposed by Azure AD?

Managing users' photos through the profilePhoto resource of the Microsoft Graph API is currently not supported in Azure AD B2C tenants.


1 Answers

I can confirm that it seems to be a delay. After more than 2 hours and no changes it started working as expected.

like image 190
Jonas Stensved Avatar answered Oct 10 '22 23:10

Jonas Stensved