We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c9fed commit aac6cf4Copy full SHA for aac6cf4
1 file changed
app_config.py
@@ -1,6 +1,6 @@
1
-TENANT = ""
+TENANT = "tenant-name"
2
AUTHORITY = "https://login.microsoftonline.com/"+ TENANT
3
-CLIENT_ID = ""
4
-CLIENT_SECRET = ""
+CLIENT_ID = "client-id-as-obtained-during-app-registration"
+CLIENT_SECRET = "client-secret-obtained-during-app-registration"
5
SCOPE = "https://graph.microsoft.com/.default"
6
-REDIRECT_URI = "http://localhost:5000/getAToken"
+REDIRECT_URI = "http://localhost:5000/getAToken"
0 commit comments