2016-10-29 01:35:15 +08:00
---
2018-03-15 10:51:34 +08:00
title: Authentication in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
2018-03-15 10:51:34 +08:00
description: Discover topics pertaining to ASP.NET Core authentication technologies.
2016-10-29 01:35:15 +08:00
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
2016-10-29 01:35:15 +08:00
ms.date: 10/14/2016
2017-03-03 08:50:36 +08:00
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
2016-10-29 01:35:15 +08:00
uid: security/authentication/index
---
2018-03-15 10:51:34 +08:00
# Authentication in ASP.NET Core
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Community OSS authentication options ](xref:security/authentication/community )
2017-05-16 02:16:58 +08:00
2018-03-15 10:51:34 +08:00
* [Introduction to Identity ](xref:security/authentication/identity )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Enable authentication using Facebook, Google, and other external providers ](xref:security/authentication/social/index )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Enable authentication with WS-Federation ](xref:security/authentication/ws-federation )
2018-02-28 03:45:04 +08:00
2018-03-15 10:51:34 +08:00
* [Enable QR code generation in Identity ](xref:security/authentication/identity-enable-qrcodes )
2017-08-02 03:04:23 +08:00
2018-03-15 10:51:34 +08:00
* [Configure Windows Authentication ](xref:security/authentication/windowsauth )
2017-07-06 23:52:56 +08:00
2018-03-15 10:51:34 +08:00
* [Account confirmation and password recovery ](xref:security/authentication/accconfirm )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Two-factor authentication with SMS ](xref:security/authentication/2fa )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Use cookie authentication without Identity ](xref:security/authentication/cookie )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Azure Active Directory ](xref:security/authentication/azure-active-directory/index )
2016-10-29 01:35:15 +08:00
2018-01-11 03:58:43 +08:00
* [Integrate Azure AD into an ASP.NET Core web app ](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/ )
2016-10-29 01:35:15 +08:00
2018-03-15 10:51:34 +08:00
* [Integrate Azure AD B2C into a customer-facing ASP.NET Core web app ](xref:security/authentication/azure-ad-b2c )
2018-01-20 10:12:57 +08:00
2018-03-15 10:51:34 +08:00
* [Integrate Azure AD B2C into an ASP.NET Core web API ](xref:security/authentication/azure-ad-b2c-webapi )
2018-01-30 03:08:36 +08:00
2018-01-11 03:58:43 +08:00
* [Call an ASP.NET Core Web API from a WPF app using Azure AD ](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-native-aspnetcore/ )
2016-10-29 01:35:15 +08:00
2018-01-11 03:58:43 +08:00
* [Call a Web API in an ASP.NET Core web app using Azure AD ](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore/ )
2016-10-29 01:35:15 +08:00
2018-01-11 03:58:43 +08:00
* [Secure ASP.NET Core apps with IdentityServer4 ](http://docs.identityserver.io/en/release/ )
2017-10-06 03:57:13 +08:00
2018-03-15 10:51:34 +08:00
* [Secure ASP.NET Core apps with Azure App Service Authentication (Easy Auth) ](/azure/app-service/app-service-authentication-overview )
2017-11-30 05:55:28 +08:00
2018-01-20 04:11:45 +08:00
* [Articles based on projects created with individual user accounts ](xref:security/authentication/individual )