Skip to content

Commit

Permalink
Merge branch 'wip-69561-m39' into MOODLE_39_STABLE
Browse files Browse the repository at this point in the history
* wip-69561-m39:
  update Azure permissions to check
  • Loading branch information
weilai-irl committed Jan 18, 2021
2 parents c33cda0 + 52efc9e commit 0d6f633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions local/o365/classes/rest/o365api.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ public function get_required_permissions($api = null) {
'Calendars.ReadWrite' => [],
'Notes.ReadWrite.All' => [],
'Domain.ReadWrite.All' => [],
'MailboxSettings.Read' => [],
'MailboxSettings.ReadWrite' => [],
],
'requiredDelegatedPermissions' => [
'openid' => [],
Expand All @@ -358,6 +360,12 @@ public function get_required_permissions($api = null) {
'User.ReadWrite.All' => [],
'Group.ReadWrite.All' => [],
'Sites.Read.All' => [],
'User.Read' => [],
'MailboxSettings.Read' => [],
'MailboxSettings.ReadWrite' => [],
'offline_access' => [],
'email' => [],
'profile' => [],
],
],
'azure' => [
Expand Down

0 comments on commit 0d6f633

Please sign in to comment.