We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dc208 commit d2496c5Copy full SHA for d2496c5
2. Web API now calls Microsoft Graph/TodoListService/appsettings.json
@@ -3,6 +3,7 @@
3
"Instance": "https://login.microsoftonline.com/",
4
"ClientId": "[Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal,_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]",
5
"ClientSecret": "[Enter_client_secret_as_added_fom_the_certificates_&_secrets_page_from_your_app_registration]",
6
+ "CallbackPath" : "",
7
8
/*
9
You need specify the TenantId only if you want to accept access tokens from a single tenant (line of business app)
@@ -20,7 +21,7 @@
20
21
App ID URI of a legacy v1 web application
22
Applications are registered in the https://portal.azure.com portal.
23
*/
- "BaseUrl": "[WebApiUrl]",
24
+ "BaseUrl": "https://graph.microsoft.com/v1.0",
25
"Scopes": "user.read"
26
},
27
"Kestrel": {
0 commit comments