We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd05726 commit 8f41ba0Copy full SHA for 8f41ba0
1 file changed
app_config.py
@@ -17,9 +17,9 @@
17
# https://developer.microsoft.com/en-us/graph/graph-explorer
18
ENDPOINT = 'https://graph.microsoft.com/v1.0/users' # This resource requires no admin consent
19
20
-# You can find the proper permission names from this document to form a scope
+# You can find the proper permission names from this document
21
# https://docs.microsoft.com/en-us/graph/permissions-reference
22
-SCOPE = ["https://graph.microsoft.com/User.ReadBasic.All"]
+SCOPE = ["User.ReadBasic.All"]
23
24
SESSION_TYPE = "filesystem" # So token cache will be stored in server-side session
25
0 commit comments