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 33 "Instance" : " https://login.microsoftonline.com/" ,
44 "ClientId" : " [Enter_client_ID_Of_TodoListService-v2_from_Azure_Portal,_e.g._2ec40e65-ba09-4853-bcde-bcb60029e596]" ,
55 "ClientSecret" : " [Enter_client_secret_as_added_fom_the_certificates_&_secrets_page_from_your_app_registration]" ,
6+ "CallbackPath" : " " ,
67
78 /*
89 You need specify the TenantId only if you want to accept access tokens from a single tenant (line of business app)
2021 App ID URI of a legacy v1 web application
2122 Applications are registered in the https://portal.azure.com portal.
2223 */
23- "BaseUrl" : " [WebApiUrl] " ,
24+ "BaseUrl" : " https://graph.microsoft.com/v1.0 " ,
2425 "Scopes" : " user.read"
2526 },
2627 "Kestrel" : {
You can’t perform that action at this time.
0 commit comments