Skip to content

Commit

Permalink
Add on prem sync read/write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Feb 21, 2024
1 parent b1aeecb commit 1752567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/CIPPCore/Public/PermissionsTranslator.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions Modules/CIPPCore/Public/SAMManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 1752567

Please sign in to comment.