Skip to content
Snippets Groups Projects
Select Git revision
  • bf4f933108c903b2d7756e4f736f23e88fa2bbfe
  • master default protected
  • samesite-lax
  • nd-uwsgi-rewrite
  • timeout
  • v0.2.1
  • v0.2.0
  • v0.1.1
  • v0.1.0
9 results

uffd-nginxauth

  • Clone with SSH
  • Clone with HTTPS
  • Forked from uffd / uffd-nginxauth
    35 commits behind the upstream repository.
    Julian Rother's avatar
    Julian authored
    bf4f9331
    History
    Name Last commit Last update
    testapp
    README.md
    app.py

    OAuth2 Proxy for Single-Sign-On with Nginx

    This application implements a generic OAuth2 client for easy integration of NGINX into an OAuth2-based Single-Sign-On system. It is bound to a single OAuth2 server (urls defined in config) and -- apart from a session cookie -- stateless. OAuth2 client id, secret and redirect URI are passed from the integrating NGINX to the proxy in HTTP headers.

    See testapp for an example setup.