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
S
Description
Mirror of github.com/lukaszraczylo/traefikoidc
Readme MIT 5.1 MiB
Languages
Go 99.8%