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

44 lines
1.7 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2017-07-01 07:47:15 +08:00
title: Authentication
2016-10-29 01:35:15 +08:00
author: rick-anderson
description: This document serves as a table of content for the various ASP.NET Core authentication topics.
keywords: ASP.NET Core,authentication
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: 981852c9-78f9-4590-aaee-9d50a2838dfe
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
2016-10-29 01:35:15 +08:00
uid: security/authentication/index
---
# Authentication
* [Community OSS authentication options](community.md)
2016-10-29 01:35:15 +08:00
* [Introduction to Identity](identity.md)
2016-12-08 04:32:53 +08:00
* [Enabling authentication using Facebook, Google and other external providers](social/index.md)
2016-10-29 01:35:15 +08:00
* [Enabling QR Code generation in ASP.NET identity](identity-enable-qrcodes.md)
* [Configure Windows Authentication](windowsauth.md)
2016-10-29 01:35:15 +08:00
* [Account Confirmation and Password Recovery](accconfirm.md)
* [Two-factor authentication with SMS](2fa.md)
* [Using Cookie Authentication without ASP.NET Core Identity](cookie.md)
2016-10-29 01:35:15 +08:00
* [Azure Active Directory](azure-active-directory/index.md)
* [Integrating 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
* [Calling an ASP.NET Core Web API From a WPF Application Using Azure AD](https://azure.microsoft.com/documentation/samples/active-directory-dotnet-native-aspnetcore/)
2016-10-29 01:35:15 +08:00
* [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/)
2016-10-29 01:35:15 +08:00
* [Securing ASP.NET Core apps with IdentityServer4](http://docs.identityserver.io/en/release/)
* [Securing ASP.NET Core apps with Azure App Service Authentication (Easy Auth)](https://docs.microsoft.com/azure/app-service/app-service-authentication-overview)