Expected Behavior
I want to access auth server from eureka, something like below, spring.security.oauth2.resourceserver.jwt.jwk-set-uri: lb://auth-server/.well-known/jwks.json
Current Behavior
currently I am using below hard coded configuration in spring cloud gateway to access auth server spring.security.oauth2.resourceserver.jwt.jwk-set-uri: http://dev.eureka.com:9999/.well-known/jwks.json
Context
Sorry if this not the right place to ask this question.
Comment From: jgrandja
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. We prefer to use GitHub issues only for bugs and enhancements.