Modified package.json to add proper permission for Graph

This commit is contained in:
Mohamed Derhalli 2020-10-19 01:19:41 -04:00
parent 371d96d5cc
commit 5ca38b4f96
1 changed files with 5 additions and 0 deletions

View File

@ -15,7 +15,12 @@
{
"resource": "Microsoft Graph",
"scope": "Directory.AccessAsUser.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.Read"
}
]
},
"paths": {