mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
22 lines
493 B
Markdown
22 lines
493 B
Markdown
## 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
|
|
```
|