From e3f496229db9fd1f2517dc4596988d55ca011a03 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 16 Aug 2017 13:52:36 -0400 Subject: [PATCH] Update community.md (#3995) * Update community.md * Update community.md * Update community.md * Update community.md * Update community.md * Update community.md --- aspnetcore/security/authentication/community.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/aspnetcore/security/authentication/community.md b/aspnetcore/security/authentication/community.md index 045eb1746b..46d36dca4b 100644 --- a/aspnetcore/security/authentication/community.md +++ b/aspnetcore/security/authentication/community.md @@ -6,11 +6,12 @@ This page contains community provided open source authentication options for ASP 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 | -| [PwdLess](https://github.com/pwdless/pwdless) | Simple, stateless, passwordless authentication for ASP.NET Core | +| 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 | +| [Auth0](https://auth0.com/) | Cloud Identity Provider | +| [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 | +| [PwdLess](https://github.com/pwdless/pwdless) | Simple, stateless, passwordless authentication for ASP.NET Core | To get your provider added here [edit this page](https://github.com/aspnet/Docs/edit/master/aspnetcore/security/authentication/community.md).