Skip to content

Commit d1c323b

Browse files
committed
Changing scope to User.Read
1 parent b8396fa commit d1c323b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AUTHORITY = "https://login.microsoftonline.com/tenant-name"
22
CLIENT_ID = "client-id-as-obtained-during-app-registration"
33
CLIENT_SECRET = "client-secret-obtained-during-app-registration"
4-
SCOPE = ["https://graph.microsoft.com/.default"]
4+
SCOPE = ["https://graph.microsoft.com/User.Read"]
55
REDIRECT_URI = "http://localhost:5000/getAToken"

0 commit comments

Comments
 (0)