Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,518 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Im swapping over service principles to Micrsoft Graph API from the old Azure directory API due to it becoming legacy. However when testing access, i cant do any sort of look-up to Active directory (application permissions) despite at this point having granted and consented as Admin;
Application.Read.All
Directory.Read.All
Group.Read.All
User.Read.All
You have to be more specific here, code samples, error messages? Did you decode the token and check that the permissions are correctly represented?