Updated permissions for Azure AD App (#1081)

## Description

Updated permissions for Azure AD App

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* Fixes #1060  

## Test Plan

<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [x]  Unit test
- [] 💚 E2E
This commit is contained in:
Georgi Matev 2022-10-06 19:00:07 -07:00 committed by GitHub
parent bb3474f083
commit e63b31b651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,14 +35,15 @@ The following steps outline a simplified procedure for creating an Azure Ad appl
The required permissions are as follows: The required permissions are as follows:
<!-- vale proselint.Annotations = NO --> <!-- vale Microsoft.Spacing = NO -->
TODO: Complete list of permissions | API / Permissions Name | Type | Description
<!-- vale proselint.Annotations = YES --> |:--|:--|:--|
| Calendars.ReadWrite | Application | Read and write calendars in all mailboxes |
| API / Permissions Name | Type | | Contacts.ReadWrite | Application | Read and write contacts in all mailboxes |
|:--|:--| | Files.ReadWrite.All | Application | Read and write files in all site collections |
| Permission 1 | Application | | Mail.ReadWrite | Application | Read and write mail in all mailboxes |
| Permission 2 | Delegated | | User.Read.All | Application | Read all users' full profiles |
<!-- vale Microsoft.Spacing = YES -->
1. **Grant admin consent** 1. **Grant admin consent**