chore: replace Directory.Read.All permission to Domain.Read.All for Azure (#7888)

This commit is contained in:
Hugo Pereira Brito
2025-05-30 10:24:49 +02:00
committed by GitHub
parent 878e4e0bbc
commit b256c10622
5 changed files with 9 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ With this done you will have all the needed keys, summarized in the following ta
Assign the following Microsoft Graph permissions:
- `Directory.Read.All`: Required for all services.
- `Domain.Read.All`: Required for all services.
- `Policy.Read.All`: Required for all services.
- `SharePointTenantSettings.Read.All`: Required for SharePoint service.
- `AuditLog.Read.All`: Required for Entra service.
@@ -114,7 +114,7 @@ Follow these steps to assign the permissions:
3. Search and select every permission below and once all are selected click on `Add permissions`:
- `Directory.Read.All`
- `Domain.Read.All`
- `Policy.Read.All`
- `SharePointTenantSettings.Read.All`
- `AuditLog.Read.All`: Required for Entra service.