From ac4c3492b1046bf4fbe5dc18b5a3a6e81c29e15e Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 2 Oct 2024 22:05:58 +0100 Subject: [PATCH] Update README.md --- .traefik.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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: