File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
2. Web API now calls Microsoft Graph/TodoListService Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
"Instance" : " https://login.microsoftonline.com/" ,
4
4
"ClientId" : " [Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal,_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]" ,
5
5
"ClientSecret" : " [Enter_client_secret_as_added_fom_the_certificates_&_secrets_page_from_your_app_registration]" ,
6
+ "CallbackPath" : " " ,
6
7
7
8
/*
8
9
You need specify the TenantId only if you want to accept access tokens from a single tenant (line of business app)
20
21
App ID URI of a legacy v1 web application
21
22
Applications are registered in the https://portal.azure.com portal.
22
23
*/
23
- "BaseUrl" : " [WebApiUrl] " ,
24
+ "BaseUrl" : " https://graph.microsoft.com/v1.0 " ,
24
25
"Scopes" : " user.read"
25
26
},
26
27
"Kestrel" : {
You can’t perform that action at this time.
0 commit comments