Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
fix scope issue (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
DingmaomaoBJTU authored and darrenj committed Apr 25, 2019
1 parent b721ad4 commit c7ca388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"id": "Outlook",
"serviceProviderId": "Azure Active Directory v2",
"scopes": "User.Read, User.ReadBasic.All, Calendars.ReadWrite, People.Read"
"scopes": "User.ReadBasic.All, Calendars.ReadWrite, People.Read, Contacts.Read"
},
{
"id": "Google",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"id": "Outlook",
"serviceProviderId": "Azure Active Directory v2",
"scopes": "User.Read, User.ReadBasic.All, Mail.Read, Mail.Send, People.Read"
"scopes": "User.ReadBasic.All, Mail.ReadWrite, Mail.Send, People.Read, Contacts.Read"
},
{
"id": "Google",
Expand Down

0 comments on commit c7ca388

Please sign in to comment.