ReplyMar 1, 20171Bad design! MicroServices should not depend on the Auth service. Instead share a secret (kpi) between all services so that each service can validate the token itself.Best way to perform authentication between microservices?