Skip to content

Commit e7c035c

Browse files
author
Tiago Brenck
authored
Merge pull request #91 from Azure-Samples/tibre/fixAppsetings
Minor fix on app settings placeholder
2 parents 67c25d6 + bef8a54 commit e7c035c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1. Desktop app calls Web API/TodoListService/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"Instance": "https://login.microsoftonline.com/",
4-
"ClientId": [ "Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal", "_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596" ],
4+
"ClientId": "[Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal, _e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]",
55

66
/*
77
You need specify the TenantId only if you want to accept access tokens from a single tenant (line of business app)

0 commit comments

Comments
 (0)