|
1 | 1 | --- |
2 | | -title: Azure Active Directory with ASP.NET Core |
| 2 | +title: Microsoft identity platform and Azure Active Directory with ASP.NET Core |
3 | 3 | author: rick-anderson |
4 | | -description: Discover topics related to authentication with Azure Active Directory in ASP.NET Core. |
| 4 | +description: Discover topics related to authentication with Microsoft identity platform Azure Active Directory for web apps and APIs in ASP.NET Core. |
5 | 5 | ms.author: riande |
6 | | -ms.date: 01/14/2020 |
| 6 | +ms.date: 01/21/2020 |
7 | 7 | ms.custom: "mvc, seodec18" |
8 | 8 | uid: security/authentication/azure-active-directory/index |
9 | 9 | --- |
10 | 10 | # Azure Active Directory with ASP.NET Core |
11 | 11 |
|
12 | | -## Azure AD V1 samples |
| 12 | +These tutorials and samples demonstrate authentication in ASP.NET Core using Microsoft identity platform and Azure Active Directory. For additional tutorials and samples using ASP.NET Core with Azure AD, see [Microsoft identity platform](/azure/active-directory/develop/). |
13 | 13 |
|
14 | | -The following samples show how to integrate Azure AD V1, enabling users to sign-in with a work and school account: |
15 | | -* [Integrating Azure AD Into an ASP.NET Core Web App](https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/tree/master) (archived and unsupported) |
16 | | -* [Calling a ASP.NET Core Web API From a WPF Application Using Azure AD](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore) |
17 | | -* [Calling a Web API in an ASP.NET Core Web Application Using Azure AD](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore/) |
| 14 | +## Application Scenarios |
18 | 15 |
|
19 | | -## Azure AD V2 samples |
| 16 | +* [Quickstart: Add sign-in with Microsoft to an ASP.NET Core web app](/azure/active-directory/develop/quickstart-v2-aspnet-core-webapp) |
| 17 | +* [Web app that signs in users](/azure/active-directory/develop/scenario-web-app-sign-user-overview?tabs=aspnetcore) |
| 18 | +* [Web app that calls web APIs](/azure/active-directory/develop/scenario-web-app-call-api-overview) |
| 19 | +* [Protected web API](/azure/active-directory/develop/scenario-protected-web-api-overview) |
| 20 | +* [Web API that calls other web APIs](/azure/active-directory/develop/scenario-web-api-call-api-overview) |
| 21 | +* [Web app that signs in users with Azure AD B2C](xref:security/authentication/azure-ad-b2c) |
20 | 22 |
|
21 | | -The following samples show how to integrate Azure AD V2, enabling users to sign-in with a work and school account or a Microsoft personal account (formerly Live account): |
22 | | -* [Integrating Azure AD V2 into an ASP.NET Core 2.0 web app](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2): |
23 | | - * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5001) |
| 23 | +## Samples |
24 | 24 |
|
25 | | -* [Calling a ASP.NET Core 2.0 Web API from a WPF application using Azure AD V2](https://github.com/azure-samples/active-directory-dotnet-native-aspnetcore-v2): |
26 | | - * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5000) |
| 25 | +* [Enable your ASP.NET Core app to sign-in users and call web APIs using Azure AD V2](/samples/azure-samples/active-directory-aspnetcore-webapp-openidconnect-v2/enable-webapp-signin/): |
| 26 | + * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5001) |
| 27 | + * Azure AD |
27 | 28 |
|
28 | | -## Azure AD B2C sample |
| 29 | +* [Calling an ASP.NET Core 2.0 Web API from a WPF application using Azure AD V2](/samples/azure-samples/active-directory-dotnet-native-aspnetcore-v2/calling-an-aspnet-core-web-api-from-a-wpf-application-using-azure-ad-v2/): |
| 30 | + * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5000) |
29 | 31 |
|
30 | | -This sample shows how to integrate Azure AD B2C, enabling users to sign-in with social identities (like Facebook, Google, ...) |
31 | 32 | * [An ASP.NET Core web API with Azure AD B2C](https://azure.microsoft.com/resources/samples/active-directory-b2c-dotnetcore-webapi/) |
0 commit comments