Skip to content

Commit aac6cf4

Browse files
authored
Adding defaults
1 parent 75c9fed commit aac6cf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
TENANT = ""
1+
TENANT = "tenant-name"
22
AUTHORITY = "https://login.microsoftonline.com/"+ TENANT
3-
CLIENT_ID = ""
4-
CLIENT_SECRET = ""
3+
CLIENT_ID = "client-id-as-obtained-during-app-registration"
4+
CLIENT_SECRET = "client-secret-obtained-during-app-registration"
55
SCOPE = "https://graph.microsoft.com/.default"
6-
REDIRECT_URI = "http://localhost:5000/getAToken"
6+
REDIRECT_URI = "http://localhost:5000/getAToken"

0 commit comments

Comments
 (0)