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.
1 parent 67d9ef5 commit d790058Copy full SHA for d790058
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
+ "graphEndpointHost": "https://graph.microsoft.com/"
54
}
55
56
]
0 commit comments