Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-7325] Updated MS Graph Permissions #1062

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions microsoft-365/latest/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<your-app-name>`**.

Expand Down