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

29 lines
1.4 KiB
Markdown
Raw Normal View History

2017-08-19 02:51:38 +08:00
---
title: Community OSS authentication options
author: rick-anderson
description: Lists open source authentication options for ASP.NET Core.
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
2017-08-19 02:51:38 +08:00
ms.date: 08/18/2017
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
2017-08-19 02:51:38 +08:00
uid: security/authentication/community
---
# Community OSS authentication options
2017-08-25 22:57:25 +08:00
This page contains community-provided, open source authentication options for ASP.NET Core. This page will be periodically updated as new providers become available.
# OSS Authentication Providers
The list below is sorted alphabetically.
| Name | Description |
|:--------------|:------------------|
| [AspNet.Security.OpenIdConnect.Server (ASOS)](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server) | Low-level/protocol-first OpenID Connect server framework for ASP.NET Core and OWIN/Katana |
| [IdentityServer4](https://identityserver.io/) | OpenID Connect and OAuth 2.0 framework for ASP.NET Core - officially certified by the OpenID Foundation and under governance of the .NET Foundation |
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Easy-to-use OpenID Connect server for ASP.NET Core |
| [Cierge](https://github.com/pwdless/Cierge) | Passwordless, drop-in OpenID Connect authentication |
To get your provider added here [edit this page](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faspnet%2FDocs%2Fedit%2Fmaster%2Faspnetcore%2Fsecurity%2Fauthentication%2Fcommunity.md).