Hi,
Anyone get token relay to service works for the samples in Jimena Garbarino " OAuth 2.0 Patterns with Spring Cloud Gateway"?
“OpenID Connect Authentication” works for me, I try to get the second sample working, it seems it cannot router the service call to the cart service. I can see the gateway 8080 received the request sent from postman. Nothing error out, it is just api in cart service does not get called.
Her post link is here