How do you handle the apps (e.g., open source tools) that do not have built-in SSO support?

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Nginx-Lua-OAuth

  • For an application hosted on prem, I wrote a lua application that works with nginx to authenticate against GitHub using OAuth: https://github.com/schlueter/Nginx-Lua-OAuth. Setting that up, publicly exposed, and then proxy pass to the application you want to restrict access to on a private network. Works great, and it should be relatively easy to fork and use with any other OAuth or other provider.

  • oauth2-proxy

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lua-resty-openidc

    OpenID Connect Relying Party and OAuth 2.0 Resource Server implementation in Lua for NGINX / OpenResty

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