oauth2-proxy/pkg/apis
Sebastian Schmidt d65167194b
feat(jwt): allow explicit JWKS URL per extra JWT issuer
Add --extra-jwt-issuer-jwks-url to override the JWKS URL for an extra
JWT issuer instead of relying on OIDC discovery or the hardcoded
<issuer>/.well-known/jwks.json derivation.

This unblocks issuers such as AD FS, whose iss claim
(http://host/adfs/services/trust) is not an OIDC discovery base and
whose JWKS is served at a different path/scheme
(https://host/adfs/discovery/keys). The issuer match against the
token's iss claim is preserved.

Signed-off-by: Sebastian Schmidt <sebastian.schmidt@dewango.de>
2026-06-16 19:19:17 +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(jwt): allow explicit JWKS URL per extra JWT issuer 2026-06-16 19:19:17 +02:00
sessions fix: improve logging when session refresh token is missing (#3327) 2026-03-23 10:54:32 +01:00