Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 6d1ff47

Browse files
authored
Update README.md
1 parent 04c5946 commit 6d1ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Then, based on that code, the following modifications were applied. [This commit
217217
- Added a `NaiveSessionCache` class in a new Utils folder which serves as a token cache which livetime is the duration of the session. Updated the `Startup.cs` file accordingly to add sessions.
218218
- Added a `TodoListController` and a `Todo` view, as well as a "Todo List" entry in the toolbar of the Web API. This is where most of the interesting code is
219219
- Updated the `SignOut()` method of the `AccountController` to clear the cache for the user when s/he signs-out.
220-
- Updated `AzureAdAuthenticationBuilderExtensions.cs` to request an authorization code, and redeem it, getting an access token to the Azure AD graph (https://graph.windows.com), so that the token cache contains a token for the user. This token will be used by the `TodoController` to request another token for the TodoListService
220+
- Updated `AzureAdAuthenticationBuilderExtensions.cs` to request an authorization code, and redeem it, getting an access token to the Azure AD graph (`https://graph.windows.com`), so that the token cache contains a token for the user. This token will be used by the `TodoController` to request another token for the TodoListService
221221

222222
This scenario is slightly different than the same scenario in ASP.NET (not Core). Note the following line in *AzureAdAuthenticationBuilderExtensions.cs*:
223223

0 commit comments

Comments
 (0)