From 902a9d0bf383fbb79736d4596474f803c3bea6c6 Mon Sep 17 00:00:00 2001 From: jerome317 <51536402+jerome317@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:09:44 -0400 Subject: [PATCH] Updated MS Graph Permissions Updated MS Graph Permissions. Working with our alfresco team, the application needed these additional permissions. Formatted via table for better readability. offline_access is needed so they are not prompted every time. Others are self explanatory. --- microsoft-365/latest/install/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/microsoft-365/latest/install/index.md b/microsoft-365/latest/install/index.md index c2d6ab0671..5c6d75db0f 100644 --- a/microsoft-365/latest/install/index.md +++ b/microsoft-365/latest/install/index.md @@ -49,9 +49,14 @@ A single-page application needs to be registered in your Microsoft Azure Active 7. Select **API permissions** from the left menu and click **Add a permission** and then select **Microsoft Graph**. -8. Select **Delegated permissions** and search for **Files.ReadWrite.All** in the **Select permissions** search box. - -9. Expand **Files** and select **Files.ReadWrite.All** and then click **Add permissions**. +8. Select **Delegated permissions** and search for the following permissions necessary for this integration: + | Permission | Description | + | ---------- | ----------- | + |offline_access | OpenId Permissions. Maintain access to data you have given it access to | + |User.Read | Sign in and read user profile | + |Files.ReadWrite.All | Have full access to all files user can access | + +9. Click **Add permissions** after adding all the permissions above. 10. Select **Grant admin consent for ``**.