We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f767a6 commit af44167Copy full SHA for af44167
1 file changed
AppCreationScripts/Apps.json
@@ -36,16 +36,18 @@
36
]
37
}
38
],
39
- "codeConfigurations": [
+ "codeConfigurations": [
40
{
41
- "settingFile": "/app_config.py",
42
- "replaceTokens": {
43
- "appId": "Enter_the_Application_Id_here",
44
- "tenantId": "common",
45
- "clientSecret": "Enter_the_Client_Secret_Here"
46
- }
+ "settingFile": "/app_config.py",
+ "replaceTokens": {
+ "appId": "Enter_the_Application_Id_here",
+ "tenantId": "common",
+ "clientSecret": "Enter_the_Client_Secret_Here",
+ "authorityEndpointHost": "https://login.microsoftonline.com/",
47
+ "msgraphEndpointHost": "https://graph.microsoft.com/"
48
+ }
49
- ]
50
+ ]
51
52
53
0 commit comments