mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
19 lines
421 B
YAML
19 lines
421 B
YAML
displayName: Traefik OIDC
|
|
type: middleware
|
|
|
|
import: github.com/lukaszraczylo/traefikoidc
|
|
|
|
summary: |
|
|
WIP [do not use, yet] Middleware adding OIDC authentication to traefik.
|
|
|
|
testData:
|
|
providerURL: https://accounts.google.com
|
|
clientID: 1234567890.apps.googleusercontent.com
|
|
clientSecret: secret
|
|
callbackURL: /oauth2/callback
|
|
scopes:
|
|
- openid
|
|
- email
|
|
- profile
|
|
sessionEncryptionKey: potato-secret
|