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.
2 parents 67c25d6 + bef8a54 commit e7c035cCopy full SHA for e7c035c
1. Desktop app calls Web API/TodoListService/appsettings.json
@@ -1,7 +1,7 @@
1
{
2
"AzureAd": {
3
"Instance": "https://login.microsoftonline.com/",
4
- "ClientId": [ "Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal", "_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596" ],
+ "ClientId": "[Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal, _e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]",
5
6
/*
7
You need specify the TenantId only if you want to accept access tokens from a single tenant (line of business app)
0 commit comments