diff --git a/Modules/CIPPCore/Public/PermissionsTranslator.json b/Modules/CIPPCore/Public/PermissionsTranslator.json index 6bb62ff75e849..c725fd4f306f7 100644 --- a/Modules/CIPPCore/Public/PermissionsTranslator.json +++ b/Modules/CIPPCore/Public/PermissionsTranslator.json @@ -9,6 +9,13 @@ "userConsentDisplayName": "Access Azure Service Management based on the user's role membership", "value": "user_impersonation" }, + { + "description": "Read and write all on-premises directory synchronization information", + "displayName": "Read and write all on-premises directory synchronization information", + "id": "c22a92cc-79bf-4bb1-8b6c-e0a05d3d80ce", + "Origin": "Application", + "value": "OnPremDirectorySynchronization.ReadWrite.All" + }, // End of SEVENP { "description": "Allows Exchange Management as app", diff --git a/Modules/CIPPCore/Public/SAMManifest.json b/Modules/CIPPCore/Public/SAMManifest.json index 8bf5199f761b4..348bd73052c2d 100644 --- a/Modules/CIPPCore/Public/SAMManifest.json +++ b/Modules/CIPPCore/Public/SAMManifest.json @@ -31,6 +31,8 @@ // Start of SEVENP { "id": "818c620a-27a9-40bd-a6a5-d96f7d610b4b", "type": "Scope" }, { "id": "6931bccd-447a-43d1-b442-00a195474933", "type": "Role" }, + { "id": "c2d95988-7604-4ba1-aaed-38a5f82a51c7", "type": "Scope" }, + { "id": "c22a92cc-79bf-4bb1-8b6c-e0a05d3d80ce", "type": "Role" }, // End of SEVENP { "id": "aa07f155-3612-49b8-a147-6c590df35536", "type": "Scope" }, { "id": "0f4595f7-64b1-4e13-81bc-11a249df07a9", "type": "Scope" },