Mix service to service and service to client authentication and authorization

I would like to design a system consisting of multiple services, but preserve the
Clients’s oauth2 bearer token.
In this basic example, I would have System A, validating a Bearer Token for a particular user and doing some actions. Service … Continue reading Mix service to service and service to client authentication and authorization