From 8639b3b36e2fbdadbf7ef9ccd0230b518908ece7 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Mon, 8 May 2017 12:52:40 -0700 Subject: [PATCH] Add page for OSS auth options (#3314) * Add page for OSS auth options In the One ASP.NET dialog we are adding a link for users to learn more about OSS auth options. I'm working with @danroth27 on the content here. --- aspnetcore/security/authentication/community.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 aspnetcore/security/authentication/community.md diff --git a/aspnetcore/security/authentication/community.md b/aspnetcore/security/authentication/community.md new file mode 100644 index 0000000000..08abba45f7 --- /dev/null +++ b/aspnetcore/security/authentication/community.md @@ -0,0 +1,14 @@ +# Community OSS authentication options + +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 | +|:--------------------------|:------------| +| [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 | + +To get your provider added here [edit this page](https://github.com/aspnet/Docs/edit/master/aspnetcore/security/authentication/community.md).