From b761ed548734d8bedc4a1e2c50853037d89038bd Mon Sep 17 00:00:00 2001 From: Darshan Maiya Date: Tue, 23 Sep 2025 17:30:37 -0700 Subject: [PATCH 1/2] Update permission description for User SoA permissions --- permissions/permissions-descriptions.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/permissions/permissions-descriptions.json b/permissions/permissions-descriptions.json index 2f5702eb..2d744d85 100644 --- a/permissions/permissions-descriptions.json +++ b/permissions/permissions-descriptions.json @@ -650,6 +650,16 @@ "isEnabled": true, "value": "Contacts-OnPremisesSyncBehavior.ReadWrite.All" }, + { + "adminConsentDescription": "Allows the app to read and update the on-premises sync behavior of users on behalf of the signed-in user.", + "adminConsentDisplayName": "Read and update the on-premises sync behavior of users", + "consentDescription": "Allows the app to update the on-premises sync behavior of users on your behalf.", + "consentDisplayName": "Read and update the on-premises sync behavior of users", + "id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89", + "isAdmin": true, + "isEnabled": true, + "value": "User-OnPremisesSyncBehavior.ReadWrite.All" + }, { "adminConsentDescription": "Allow the application to access files explicitly permissioned to the application on behalf of the signed in user. The specific files and the permissions granted will be configured in SharePoint Online or OneDrive.", "adminConsentDisplayName": "Access selected Files, on behalf of the signed-in user", @@ -6696,6 +6706,19 @@ "isEnabled": true, "value": "Contacts-OnPremisesSyncBehavior.ReadWrite.All" }, + { + "adminConsentDescription": "Allows the app to update the on-premises sync behavior of all users without a signed-in user.", + "adminConsentDisplayName": "Read and update the on-premises sync behavior of users", + "allowedMemberTypes": [ + "Application" + ], + "consentDescription": null, + "consentDisplayName": null, + "id": "a94a502d-0281-4d15-8cd2-682ac9362c4c", + "isAdmin": true, + "isEnabled": true, + "value": "User-OnPremisesSyncBehavior.ReadWrite.All" + }, { "adminConsentDescription": "Allow the application to access a subset of files without a signed in user. The specific files and the permissions granted will be configured in SharePoint Online or OneDrive.", "adminConsentDisplayName": "Access selected Files without a signed in user.", From 7ae488c9e169cef006dee361579099e06b35f605 Mon Sep 17 00:00:00 2001 From: Darshan Maiya Date: Tue, 23 Sep 2025 18:00:18 -0700 Subject: [PATCH 2/2] Fix description --- permissions/permissions-descriptions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/permissions/permissions-descriptions.json b/permissions/permissions-descriptions.json index 2d744d85..ae526333 100644 --- a/permissions/permissions-descriptions.json +++ b/permissions/permissions-descriptions.json @@ -653,7 +653,7 @@ { "adminConsentDescription": "Allows the app to read and update the on-premises sync behavior of users on behalf of the signed-in user.", "adminConsentDisplayName": "Read and update the on-premises sync behavior of users", - "consentDescription": "Allows the app to update the on-premises sync behavior of users on your behalf.", + "consentDescription": "Allows the app to read and update the on-premises sync behavior of users on your behalf.", "consentDisplayName": "Read and update the on-premises sync behavior of users", "id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89", "isAdmin": true, @@ -6707,7 +6707,7 @@ "value": "Contacts-OnPremisesSyncBehavior.ReadWrite.All" }, { - "adminConsentDescription": "Allows the app to update the on-premises sync behavior of all users without a signed-in user.", + "adminConsentDescription": "Allows the app to read and update the on-premises sync behavior of all users without a signed-in user.", "adminConsentDisplayName": "Read and update the on-premises sync behavior of users", "allowedMemberTypes": [ "Application"