Spring zuul for authorization code grant type
问题 I have been trying to build a spring distributed application that works on JWT. Github repo - https://github.com/dhananjay12/spring-microservice-demo Service Description product-service : A simple downstream service having protected routes jwt-resoure-server : A jar that when included in downstream services make it a resourceserver that extract jwt token and set it in security contex. eureka-service : Discovery service zuul-server : Edge server Okta is my auth server I have set oauth grant