You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/migrate-azure-ad-graph-permissions-differences.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: ombongifaith
6
6
ms.reviewer: jackson.woods, krbash
7
7
ms.localizationpriority: medium
8
8
ms.subservice: entra-applications
9
-
ms.date: 01/18/2024
9
+
ms.date: 01/24/2025
10
10
ms.topic: concept-article
11
11
#Customer intent: As a developer migrating apps from Azure AD Graph to Microsoft Graph, I want to understand the differences in permissions between the two APIs, so that I can grant the rightly scoped Microsoft Graph permissions to my app.
12
12
---
@@ -19,7 +19,7 @@ The least privileged permission for a specific scenario might be different betwe
19
19
20
20
For example, on Azure AD Graph, reading users in app-only scenarios requires the *Directory.Read.All* permission. This permission also allows your app to read all the groups, apps, and some policies in your tenant. However, on Microsoft Graph, reading users in app-only scenarios requires only the *User.Read.All* permission.
21
21
22
-
While the permission strings might be the same in both Azure AD Graph and Microsoft Graph, they have different identifiers. However, similar to Azure AD Graph, Microsoft Graph also exposes both application and delegated permissions. Administrator consent is always required for application permissions.
22
+
While the permission display strings might be the same in both Azure AD Graph and Microsoft Graph, they have different permissions IDs. Similar to Azure AD Graph, Microsoft Graph also exposes both application and delegated permissions. Administrator consent is always required for application permissions.
23
23
24
24
The article provides a mapping of Azure AD Graph to Microsoft Graph permissions to help you migrate your apps.
0 commit comments