mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
1725579d82cddd0ecf064c0e925a8f331694f545
Traefik OIDC middleware
WIP warning! This middleware is under active development.
This middleware is supposed to replace the need for the forward-auth and oauth2-proxy when using traefik as a reverse proxy.
Configuration options
testData:
providerURL: https://accounts.google.com
clientID: 1234567890.apps.googleusercontent.com
clientSecret: secret
callbackURL: /oauth2/callback
scopes:
- openid
- email
- profile
sessionEncryptionKey: potato-secret
Languages
Go
99.8%