Authelia is an open-source authentication/authorization server with 2FA/SSO

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. authelia

    The Single Sign-On Multi-Factor portal for web apps

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

    Looks like Keycloak's certificate is only valid with `www.`: https://www.keycloak.org/

    > - Keycloak (you won't get fired for picking this)[0]

    Curious what you mean with "you won't get fired for picking this". Do you mean that it's good and easy to run, or something else?

  4. Doorkeeper

    Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.

    One thing that is missing from this list is open source language specific libraries. Projects such as https://oauthlib.readthedocs.io/en/latest/oauth2/server.html and https://github.com/doorkeeper-gem/doorkeeper

    Depending on your use case, for example if you only have one application, you might be better off running something embedded in your app, or independent but using the same runtime/deployment environment. Then, when you are ready to add another app or integration, you should be able to introduce a standalone auth system more easily if appropriate (because all your auth interactions should be relatively standardized). I'm a big fan of standalone auth systems as a way to simplify access control and give a single view of a user/customer, but you can also succeed using open source embedded libraries.

    When the moment comes to introduce a standalone system, you should consider a few dimensions (this list pulled from a previous comment of mine: https://news.ycombinator.com/item?id=26360048 ):

       * open source or not

  5. fusionauth-issues

    FusionAuth issue submission project

    These dimensions all matter to varying degrees depending on your team and needs.

    Disclosure: I work for https://fusionauth.io/ which has open source supporting libraries and docs, but which is itself not open source.

  6. glewlwyd

    Discontinued Experimental Single Sign On server, OAuth2, Openid Connect, multiple factor authentication with, HOTP/TOTP, FIDO2, TLS Certificates, etc. extensible via plugins

    I tried several of these recently and I ended up with glewlwyd:

    https://github.com/babelouest/glewlwyd

  7. oauth2-proxy

    A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

    oauth2_proxy is a great tool that lets you create a transparent OAuth proxy to provide SSO for any internal service. https://github.com/oauth2-proxy/oauth2-proxy

    There's also S.S.Octopus, and Pomerium. https://github.com/buzzfeed/sso https://github.com/pomerium/pomerium

    They all have different OAuth providers, so check them each out to see which one works with your identity provider.

  8. KrakenD

    Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation

    Thanks for the pointer to Express API Gateway.

    A took a look at Krakend a while back, and it didn't seem to support it either [1]

    [1] https://github.com/devopsfaith/krakend/issues/274

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Authentik or Authelia? Also need LDAP

    2 projects | /r/selfhosted | 4 Nov 2022
  • Authelia 2FA

    1 project | /r/selfhosted | 2 Mar 2023
  • Authelia – The Single Sign-On Multi-Factor portal for web apps

    1 project | /r/CKsTechNews | 20 Feb 2023
  • Authelia – The Single Sign-On Multi-Factor portal for web apps

    1 project | news.ycombinator.com | 20 Feb 2023
  • Question regarding security Cloudflare Tunnels

    1 project | /r/CloudFlare | 18 Feb 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?