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

Commit b935c3a

Browse files
authored
Adding a link to the Azure AD v2.0 sample
1 parent df88adf commit b935c3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ For more information about how the protocols work in this scenario and other sce
1717

1818
> This sample has been updated to ASP.NET Core 2.0. Looking for previous versions of this code sample? Check out the tags on the [ASP.NET Core 1.0](./tree/aspnet10) branch.
1919
20+
> This sample is for Azure AD v1.0. If you are looking for an Azure AD v2.0 sample (to sign-in users with Work and School accounts **and Microsoft Personal accounts**, please look at [active-directory-aspnetcore-webapp-openidconnect-v2](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2)
21+
2022
### User experience
2123
The web API, **TodoListService**, maintains an in-memory collection of to-do items per authenticated user. The authenticated user carries the same to-do list across multiple instances of the web app in this sample as well as native clients like the [.NET native (WPF) client](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore).
2224

@@ -36,6 +38,7 @@ On subsequent returns to the web app, the user's session is persisted locally in
3638
> [!NOTE]
3739
> If you want to run this sample on **Azure Government**, see the "Azure Government Deviations" section at the bottom of this page.
3840
41+
3942
### Pre-requisites
4043

4144
- [.NET Core for Windows](https://www.microsoft.com/net/learn/get-started/windows#windows)

0 commit comments

Comments
 (0)