https://github.com/tale/oidc-forward-auth
Forward-Auth for reverse proxies that actually works
https://github.com/tale/oidc-forward-auth
Last synced: about 1 year ago
JSON representation
Forward-Auth for reverse proxies that actually works
- Host: GitHub
- URL: https://github.com/tale/oidc-forward-auth
- Owner: tale
- License: mit
- Created: 2025-03-12T16:19:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T16:25:21.000Z (about 1 year ago)
- Last Synced: 2025-03-12T17:31:01.102Z (about 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OIDC Forward Auth
This is a simple forward auth server that passes on authentication to an OIDC provider.
It's designed to be used with services that do not have built-in OIDC auth support.
I'm mostly making my own because all of the existing ones I found ended up being
seriously unmaintained to a degree.
## Warning
This is VERY early software and it's been built entirely to work in my Traefik v3 setup.
As I get the time, I'll document more features and add examples for other proxies.
I may also add simpler provider support beyond generic OIDC.