diff --git a/.traefik.yml b/.traefik.yml index 11881e8..e57cbce 100644 --- a/.traefik.yml +++ b/.traefik.yml @@ -5,6 +5,7 @@ import: github.com/lukaszraczylo/traefikoidc summary: | Middleware adding OIDC authentication to traefik routes. Does what it says on the tin. + Middleware has been tested with Auth0 and Logto. It should work with any OIDC provider. testData: providerURL: https://accounts.google.com diff --git a/README.md b/README.md index 1027c18..6482fb2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ## Traefik OIDC middleware -This middleware is under active development - things should NOT break, but they might. This middleware is supposed to replace the need for the forward-auth and oauth2-proxy when using traefik as a reverse proxy to support the OIDC authentication. +Middleware has been tested with Auth0 and Logto. + ### Configuration options Middleware currently supports following scenarios: