From 5ca38b4f96350e753104afdcd140097e3e03cb82 Mon Sep 17 00:00:00 2001 From: Mohamed Derhalli Date: Mon, 19 Oct 2020 01:19:41 -0400 Subject: [PATCH] Modified package.json to add proper permission for Graph --- .../config/package-solution.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/react-manage-profile-card-properties/config/package-solution.json b/samples/react-manage-profile-card-properties/config/package-solution.json index 943de828b..c02086f6b 100644 --- a/samples/react-manage-profile-card-properties/config/package-solution.json +++ b/samples/react-manage-profile-card-properties/config/package-solution.json @@ -15,7 +15,12 @@ { "resource": "Microsoft Graph", "scope": "Directory.AccessAsUser.All" + }, + { + "resource": "Microsoft Graph", + "scope": "User.Read" } + ] }, "paths": {