Skip to content

Commit 4591cb7

Browse files
authored
Merge pull request #11 from Azure-Samples/sovereign_cloud_changes
Adding quickstart changes for sovereign clouds
2 parents 67d9ef5 + 540987b commit 4591cb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AppCreationScripts/apps.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
"replaceTokens": {
4949
"appId": "your_client_id",
5050
"tenantId": "Enter_the_Tenant_Name_Here",
51-
"clientSecret": "The secret generated by AAD during your confidential app registration"
51+
"clientSecret": "The secret generated by AAD during your confidential app registration",
52+
"authorityEndpointHost": "https://login.microsoftonline.com/",
53+
"msgraphEndpointHost": "https://graph.microsoft.com/"
5254
}
5355
}
5456
]

0 commit comments

Comments
 (0)