Skip to content

Commit dc6904a

Browse files
authored
Add missing ,
1 parent 5c9cc92 commit dc6904a

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
@@ -69,7 +69,7 @@ You need to specify the `TenantId` only if you want to accept access tokens from
6969
{
7070
"AzureAd": {
7171
"Instance": "https://login.microsoftonline.com/",
72-
"ClientId": "Enter_the_Application_(client)_ID_here"
72+
"ClientId": "Enter_the_Application_(client)_ID_here",
7373
"TenantId": "common"
7474
},
7575
"Logging": {

0 commit comments

Comments
 (0)