AspNetCore.Docs/aspnetcore/security/authentication/index.md

50 lines
2.2 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Authentication in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
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
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
---
# Authentication in ASP.NET Core
2016-10-29 01:35:15 +08:00
* [Community OSS authentication options](xref:security/authentication/community)
* [Introduction to Identity](xref:security/authentication/identity)
2016-10-29 01:35:15 +08:00
* [Enable authentication using Facebook, Google, and other external providers](xref:security/authentication/social/index)
2016-10-29 01:35:15 +08:00
* [Enable authentication with WS-Federation](xref:security/authentication/ws-federation)
* [Enable QR code generation in Identity](xref:security/authentication/identity-enable-qrcodes)
* [Configure Windows Authentication](xref:security/authentication/windowsauth)
* [Account confirmation and password recovery](xref:security/authentication/accconfirm)
2016-10-29 01:35:15 +08:00
* [Two-factor authentication with SMS](xref:security/authentication/2fa)
2016-10-29 01:35:15 +08:00
* [Use cookie authentication without Identity](xref:security/authentication/cookie)
2016-10-29 01:35:15 +08:00
* [Azure Active Directory](xref:security/authentication/azure-active-directory/index)
2016-10-29 01:35:15 +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
* [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
* [Integrate Azure AD B2C into an ASP.NET Core web API](xref:security/authentication/azure-ad-b2c-webapi)
* [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
* [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
* [Secure ASP.NET Core apps with IdentityServer4](http://docs.identityserver.io/en/release/)
* [Secure ASP.NET Core apps with Azure App Service Authentication (Easy Auth)](/azure/app-service/app-service-authentication-overview)
* [Articles based on projects created with individual user accounts](xref:security/authentication/individual)