Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzifer/nginx-sso
SSO authentication provider for the auth_request nginx module
https://github.com/luzifer/nginx-sso
atlassian-crowd duo golang google-authenticator ldap mfa nginx oauth2 oidc openid-connect sso totp yubikey
Last synced: 6 days ago
JSON representation
SSO authentication provider for the auth_request nginx module
- Host: GitHub
- URL: https://github.com/luzifer/nginx-sso
- Owner: Luzifer
- License: apache-2.0
- Created: 2018-01-27T21:25:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T12:40:05.000Z (11 months ago)
- Last Synced: 2024-10-30T23:06:47.972Z (6 days ago)
- Topics: atlassian-crowd, duo, golang, google-authenticator, ldap, mfa, nginx, oauth2, oidc, openid-connect, sso, totp, yubikey
- Language: Go
- Homepage:
- Size: 26.8 MB
- Stars: 284
- Watchers: 13
- Forks: 41
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Audit: audit.go
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/nginx-sso)](https://goreportcard.com/report/github.com/Luzifer/nginx-sso)
![](https://badges.fyi/github/license/Luzifer/nginx-sso)
![](https://badges.fyi/github/downloads/Luzifer/nginx-sso)
![](https://badges.fyi/github/latest-release/Luzifer/nginx-sso)# Luzifer / nginx-sso
This program is intended to be used within the [`ngx_http_auth_request_module`](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html) of nginx to provide a single-sign-on for a domain using one central authentication directory.
## Documentation
In order to increase readability of the documentation it has been moved to the [Github project Wiki](https://github.com/Luzifer/nginx-sso/wiki). You can find everything previously documented in the README there.