1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
SSO authentication provider for the auth_request nginx module
Find a file
Knut Ahlers b515730dcf
Rewrite ACL logic
in order to

- allow explicity deny for anon access
- allow multiple rule-sets to apply to the same request

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-28 20:15:21 +02:00
frontend Fix: Broken HTML tag 2019-11-03 18:55:32 +01:00
plugins [#62] Add support for multiple domain requirements (#63) 2020-06-22 14:18:36 +02:00
.gitignore Add automatic build 2018-01-28 15:53:34 +01:00
.repo-runner.yaml [ci] Fix missing utils 2022-12-21 01:01:31 +01:00
acl.go Rewrite ACL logic 2023-07-28 20:15:21 +02:00
acl_test.go Rewrite ACL logic 2023-07-28 20:15:21 +02:00
audit.go Switch to Go1.12+ vendoring 2019-11-03 18:50:44 +01:00
CODE_OF_CONDUCT.md Adjust meta files, add COC 2018-12-29 00:04:40 +01:00
config.yaml [#35] Implement OpenID Connect auth provider 2019-04-23 00:50:32 +02:00
CONTRIBUTING.md Adjust meta files, add COC 2018-12-29 00:04:40 +01:00
core.go Allow to configure anonymous access (#48) 2019-12-28 13:12:18 +00:00
docker-start.sh Fix: Do not copy folder into folder 2022-12-21 01:18:49 +01:00
Dockerfile [#65] Provide Dockerfile for arm64v8 architecture (#66) 2021-11-22 00:28:22 +01:00
go.mod Rewrite ACL logic 2023-07-28 20:15:21 +02:00
go.sum Rewrite ACL logic 2023-07-28 20:15:21 +02:00
History.md prepare release v0.26.0 2022-12-21 01:12:06 +01:00
LICENSE Update README, add meta-files 2018-01-28 15:48:42 +01:00
main.go Fix: Compiler refuses to convert 0x0 to string 2022-12-21 01:06:02 +01:00
Makefile Add automatic build 2018-01-28 15:53:34 +01:00
mfa.go Move MFA plugins to own modules 2019-04-22 06:44:06 +02:00
plugins.go Fix: Do not crash main program on incompatible plugins 2019-03-17 15:41:24 +01:00
pongo.go Modernize login dialog 2019-04-22 19:43:56 +02:00
README.md Move documentation to project Wiki 2018-12-29 00:01:43 +01:00
redirect.go Fix: Use cookie for redirects after oAuth flow 2019-04-26 19:44:22 +02:00
redirect_test.go Add default redirect URL for missing go-parameter 2019-04-21 03:43:36 +02:00
registry.go Export errors for usage in plugins 2019-02-22 00:27:02 +01:00

Go Report Card

Luzifer / nginx-sso

This program is intended to be used within the ngx_http_auth_request_module 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. You can find everything previously documented in the README there.