Version
edge
What Kubernetes platforms are you running on?
AKS Azure
Steps to reproduce
When using JWKs URI as source for JWKs a subrequest is used. The request limit for subrequests is the default 1MB and the client gets a 413 Payload to large.
The configuration is similar to:
jwt:
realm: Realm
token: $http_token
jwksURI: https://location_of_jwt
keyCache: 1h
This is a similar bug as #7876