Skip to content

Commit 8f41ba0

Browse files
committed
The scope does not have to use the url prefix
1 parent fd05726 commit 8f41ba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# https://developer.microsoft.com/en-us/graph/graph-explorer
1818
ENDPOINT = 'https://graph.microsoft.com/v1.0/users' # This resource requires no admin consent
1919

20-
# You can find the proper permission names from this document to form a scope
20+
# You can find the proper permission names from this document
2121
# https://docs.microsoft.com/en-us/graph/permissions-reference
22-
SCOPE = ["https://graph.microsoft.com/User.ReadBasic.All"]
22+
SCOPE = ["User.ReadBasic.All"]
2323

2424
SESSION_TYPE = "filesystem" # So token cache will be stored in server-side session
2525

0 commit comments

Comments
 (0)