Skip to content

Commit 612b17e

Browse files
authored
Merge pull request #104378 from StefanSchoof/patch-1
Add missing ,
2 parents 29e7a40 + dc6904a commit 612b17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-protected-web-api-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You need to specify the `TenantId` only if you want to accept access tokens from
7070
{
7171
"AzureAd": {
7272
"Instance": "https://login.microsoftonline.com/",
73-
"ClientId": "Enter_the_Application_(client)_ID_here"
73+
"ClientId": "Enter_the_Application_(client)_ID_here",
7474
"TenantId": "common"
7575
},
7676
"Logging": {

0 commit comments

Comments
 (0)