From e63b31b6519d9a913ca87703cfefa8fdc46514fb Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Thu, 6 Oct 2022 19:00:07 -0700 Subject: [PATCH] Updated permissions for Azure AD App (#1081) ## Description Updated permissions for Azure AD App ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * Fixes #1060 ## Test Plan - [ ] :muscle: Manual - [x] :zap: Unit test - [] :green_heart: E2E --- docs/docs/configuration/m365_access.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/docs/configuration/m365_access.md b/docs/docs/configuration/m365_access.md index 377188cc3..e2c85be18 100644 --- a/docs/docs/configuration/m365_access.md +++ b/docs/docs/configuration/m365_access.md @@ -35,14 +35,15 @@ The following steps outline a simplified procedure for creating an Azure Ad appl The required permissions are as follows: - - TODO: Complete list of permissions - - - | API / Permissions Name | Type | - |:--|:--| - | Permission 1 | Application | - | Permission 2 | Delegated | + + | API / Permissions Name | Type | Description + |:--|:--|:--| + | Calendars.ReadWrite | Application | Read and write calendars in all mailboxes | + | Contacts.ReadWrite | Application | Read and write contacts in all mailboxes | + | Files.ReadWrite.All | Application | Read and write files in all site collections | + | Mail.ReadWrite | Application | Read and write mail in all mailboxes | + | User.Read.All | Application | Read all users' full profiles | + 1. **Grant admin consent**