I' working in an microservices architecture where my ui services are backed by zuul-gui and backend services are backed by a zuul-service proxy (both with Spring cloud oauth2 @EnableOAuth2Sso annotation).
My problem is that i'm enable to access backend services after authenticated to gui service with the oauth authorization server. It seems that zuul-gui (the first gui proxy) is not relaying token to zuul-service!!??
I'm wrong when using @EnableOAuth2Sso in both zuul proxy? Why is token not relayed between zuul-gui and zuul-service?
Thanks in advance for your help.