Skip to content

Commit d2496c5

Browse files
authored
Replacing [WebApiUrl] by the Graph URL (#165)
* Replacing [WebApiUrl] by the Graph UR * Adding an empty Callback Path so that the redirect URI is really the one mentioned in the README.md
1 parent f2dc208 commit d2496c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2. Web API now calls Microsoft Graph/TodoListService/appsettings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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)
@@ -20,7 +21,7 @@
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": {

0 commit comments

Comments
 (0)