Skip to content

Commit 28be1a3

Browse files
author
Cam Soper
authored
Better AAD samples/links (dotnet#16650)
* Curating better list of AAD samples/links * Adding this doc back in * whoops
1 parent 63780ae commit 28be1a3

File tree

13 files changed

+45
-242
lines changed

13 files changed

+45
-242
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,11 @@
535535
"redirect_url": "/aspnet/core/mvc/views/tag-helpers/intro",
536536
"redirect_document_id": false
537537
},
538+
{
539+
"source_path": "aspnetcore/security/authentication/azure-ad-b2c-webapi.md",
540+
"redirect_url": "/aspnet/core/security/authentication/azure-active-directory",
541+
"redirect_document_id": false
542+
},
538543
{
539544
"source_path": "aspnetcore/security/authentication/facebook-logins.md",
540545
"redirect_url": "/aspnet/core/security/authentication/social/facebook-logins",
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
---
2-
title: Azure Active Directory with ASP.NET Core
2+
title: Microsoft identity platform and Azure Active Directory with ASP.NET Core
33
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.
55
ms.author: riande
6-
ms.date: 01/14/2020
6+
ms.date: 01/21/2020
77
ms.custom: "mvc, seodec18"
88
uid: security/authentication/azure-active-directory/index
99
---
1010
# Azure Active Directory with ASP.NET Core
1111

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/).
1313

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
1815

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)
2022

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
2424

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
2728

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)
2931

30-
This sample shows how to integrate Azure AD B2C, enabling users to sign-in with social identities (like Facebook, Google, ...)
3132
* [An ASP.NET Core web API with Azure AD B2C](https://azure.microsoft.com/resources/samples/active-directory-b2c-dotnetcore-webapi/)

aspnetcore/security/authentication/azure-ad-b2c-webapi.md

Lines changed: 0 additions & 215 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)