We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67d9ef5 + 540987b commit 4591cb7Copy full SHA for 4591cb7
AppCreationScripts/apps.json
@@ -48,7 +48,9 @@
48
"replaceTokens": {
49
"appId": "your_client_id",
50
"tenantId": "Enter_the_Tenant_Name_Here",
51
- "clientSecret": "The secret generated by AAD during your confidential app registration"
+ "clientSecret": "The secret generated by AAD during your confidential app registration",
52
+ "authorityEndpointHost": "https://login.microsoftonline.com/",
53
+ "msgraphEndpointHost": "https://graph.microsoft.com/"
54
}
55
56
]
0 commit comments