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

38 lines
1.4 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Authentication | Microsoft Docs
2016-10-29 01:35:15 +08:00
author: rick-anderson
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
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
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
uid: security/authentication/index
---
# Authentication
* [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
* [Account Confirmation and Password Recovery](accconfirm.md)
* [Two-factor authentication with SMS](2fa.md)
* [🔧 Supporting Third Party Clients using OAuth 2.0](oauth2.md)
* [Using Cookie Middleware without ASP.NET Core Identity](cookie.md)
* [Azure Active Directory](azure-active-directory/index.md)
2016-11-16 00:46:25 +08:00
* [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
2016-11-16 00:46:25 +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
2016-11-16 00:46:25 +08:00
* [Calling a Web API in an ASP.NET Core Web Application Using Azure AD](https://azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore)
2016-10-29 01:35:15 +08:00
2016-11-16 00:46:25 +08:00
* [Securing ASP.NET Core apps with IdentityServer4](https://identityserver4.readthedocs.io)