aboutsummaryrefslogtreecommitdiff
path: root/services/traefik/config.yaml
blob: 1e7f78f6f59c1b31a1b05db1be4dc6ce816e9986 (plain)
1
2
3
4
5
6
7
8
9
10
11
http:
  middlewares: 
    oidc-auth:
      plugin:
        traefik-oidc-auth:
          Secret: ""
          Provider:
            Url: "https://id.4d6178.work"
            ClientId:
            ClientSecret:
          Scopes: ["openid", "email", "profile"]