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

Commit 1981364

Browse files
committed
Referencing the commit with the code changes from the Readme.
1 parent 3e2e837 commit 1981364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The code for the service is exactly the same as in the [active-directory-dotnet-
121121
### Code for ASP.NET Web App
122122
The code for the ASP.NET Web App is based on the code of the [active-directory-dotnet-webapp-openidconnect-aspnetcore](https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore) sample. Please read the "About The code" section of that sample first.
123123

124-
Then, based on that code, the following modifications were applied:
124+
Then, based on that code, the following modifications were applied. If you are interested in the details, the following [commit](https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore/pull/24/commits/2ce2750dfd172f9297c2d1885cccdd6b66cc7529) details the incremental changes described below:
125125
- Update of the AzureAdOptions class to add a property to compute the `Authority` from the `instance` and the `tenantID`, and adding two other configuration options for `ClientSecret`, the `resourceId` of TodoListService (its clientId) and the base address for this service.
126126
- Added a `TodoListItem` in models to deserialize the Json sent by the TodoListService
127127
- 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.

0 commit comments

Comments
 (0)