Skip to content
Snippets Groups Projects
Select Git revision
  • e31756bfd618bc999564480de5b3f033d2628575
  • 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

Forked from uffd / uffd-nginxauth
5 commits behind the upstream repository.
nd's avatar
nd authored
e31756bf
History

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.

The following data about the authenticated user is returned by the /auth endpoint as HTTP headers:

  • OAUTH-USER-ID: (usually numeric) unique user id
  • OAUTH-USER-NAME: display name
  • OAUTH-USER-NICKNAME: unique user name (for urls, @-handles, ...)
  • OAUTH-USER-EMAIL: email address
  • OAUTH-USER-GROUPS: comma-separated list of group names

See testapp for an example setup.