oauth2-proxy/pkg/apis
Peter Triebe a301bcc174 feat: add trusted issuer prefix support for dynamic JWT verification
Add a new --trusted-issuer-prefix flag that allows configuring issuer URL
prefixes paired with audiences. Any JWT whose issuer starts with a
configured prefix will be dynamically verified via OIDC discovery.

This is useful for multi-tenant setups (e.g. Keycloak realms) where each
tenant has a unique issuer URL under a common prefix, eliminating the need
to enumerate every issuer individually.

Signed-off-by: Peter Triebe <peter.triebe@de.bosch.com>
2026-05-22 16:06:12 +02:00
..
ip Move RealClientIP code to IP packages 2020-05-23 15:17:41 +01:00
middleware Merge commit from fork 2026-04-13 18:22:56 +02:00
options feat: add trusted issuer prefix support for dynamic JWT verification 2026-05-22 16:06:12 +02:00
sessions fix: improve logging when session refresh token is missing (#3327) 2026-03-23 10:54:32 +01:00