Microservice to Microservice calls, authorization from a queue message

后端 未结 3 557
终归单人心
终归单人心 2021-02-08 05:48

Context: I\'m creating a cloud platform to support multiple applications with SSO. I\'m using Keycloak for authentication and Netflix Z

3条回答
  •  时光说笑
    2021-02-08 06:08

    As you said your microservices use JWT for authentication which always passes through a gateway, in this way you can actually use the concept of FEIGN CLIENT. Feign as rest client example.

提交回复
热议问题