Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Commit b9a5f78

Browse files
author
Doug Mahugh
committed
add SCOPES to config settings
1 parent 25ebe82 commit b9a5f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
RESOURCE = 'https://graph.microsoft.com/'
1616
API_VERSION = 'v1.0'
17+
SCOPES = ['User.Read'] # add other scopes/permissions as needed
1718

1819
# This code can be removed after configuring CLIENT_ID and CLIENT_SECRET above.
1920
if ' ' in CLIENT_ID or ' ' in CLIENT_SECRET:

0 commit comments

Comments
 (0)