Skip to content

Commit f72a8b5

Browse files
authored
Merge pull request #26147 from msewaweru/freshness-perm-differences
Freshness: Permission differences
2 parents 7e8e553 + 240eb5b commit f72a8b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

concepts/migrate-azure-ad-graph-permissions-differences.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ombongifaith
66
ms.reviewer: jackson.woods, krbash
77
ms.localizationpriority: medium
88
ms.subservice: entra-applications
9-
ms.date: 01/18/2024
9+
ms.date: 01/24/2025
1010
ms.topic: concept-article
1111
#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.
1212
---
@@ -19,7 +19,7 @@ The least privileged permission for a specific scenario might be different betwe
1919

2020
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.
2121

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

2424
The article provides a mapping of Azure AD Graph to Microsoft Graph permissions to help you migrate your apps.
2525

@@ -152,11 +152,11 @@ Not applicable.
152152

153153
### Delegated
154154

155-
| Parameter | Azure AD Graph | Microsoft Graph |
156-
|-------------------------|----------------|------------------------|
157-
| Permission ID | Not available | Read and write domains |
158-
| Display String | Not available | Read and write domains |
159-
| Admin consent required? | Not available | Yes |
155+
| Parameter | Azure AD Graph | Microsoft Graph |
156+
|-------------------------|----------------|--------------------------------------|
157+
| Permission ID | Not available | 0b5d694c-a244-4bde-86e6-eb5cd07730fe |
158+
| Display String | Not available | Read and write domains |
159+
| Admin consent required? | Not available | Yes |
160160

161161

162162
### Application

0 commit comments

Comments
 (0)