diff --git a/aspnetcore/security/authentication/community.md b/aspnetcore/security/authentication/community.md index d700adcfec..cb0b6e6e2d 100644 --- a/aspnetcore/security/authentication/community.md +++ b/aspnetcore/security/authentication/community.md @@ -10,15 +10,21 @@ uid: security/authentication/community This page contains community-provided, open source authentication options for ASP.NET Core. This page is periodically updated as new providers become available. -## OSS authentication providers +## OSS authentication providers [.NET] | Name | Description | | ---- | ----------- | | [IdentityServer](https://duendesoftware.com/products/identityserver) | IdentityServer is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. | -| [Gluu Server](https://gluu.org/) | Enterprise ready, open source software for identity, access management (IAM), and single sign-on (SSO). For more information, see the [Gluu Product Documentation](https://gluu.org/docs/). | | [OpenIddict](https://github.com/openiddict/openiddict-core) | Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET. | | [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) | A collection of security middleware for ASP.NET Core apps to support social authentication | | [AspNet.Security.OpenId.Providers](https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers) | A collection of security middleware for ASP.NET Core apps to support OpenID 2.0 authentication providers like [Steam](https://steampowered.com/) | [Authentik](https://goauthentik.io)|Authentik is an open-source Identity Provider focused on flexibility and versatility| + + +## Other OSS authentication providers + +| Name | Description | +| ---- | ----------- | +| [Gluu Server](https://gluu.org/) | Enterprise ready, open source software for identity, access management (IAM), and single sign-on (SSO). For more information, see the [Gluu Product Documentation](https://gluu.org/docs/). | To add a provider, [edit this page](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdotnet%2FAspNetCore.Docs%2Fedit%2Fmain%2Faspnetcore%2Fsecurity%2Fauthentication%2Fcommunity.md).