However, this solution will soon stop working because it is deprecated is likely to be removed in 3.3.x
I noticed more people are seeking this functionality. In a complex enterprise microarchitecture environment, it is likely to receive traffic from multiple sources. These microservices often expose /jwks endpoints that the receiving party should fetch. This means Spring Security should be able to fetch multiple jwks uri's.
Can we have this enhancement implemented or can we get a workaround that will work with Spring Boot 3.3.x?
Expected Behavior Support for configuring multiple jwk-set-uri's in the Spring configuration file like so:
Currently there is a workaround posted by jzheaux here. It looks like this:
However, this solution will soon stop working because it is deprecated is likely to be removed in 3.3.x
I noticed more people are seeking this functionality. In a complex enterprise microarchitecture environment, it is likely to receive traffic from multiple sources. These microservices often expose /jwks endpoints that the receiving party should fetch. This means Spring Security should be able to fetch multiple jwks uri's.
Can we have this enhancement implemented or can we get a workaround that will work with Spring Boot 3.3.x?