Comments on: Securing Microservices: The API gateway, authentication and authorization https://sdtimes.com/apis/securing-microservices-the-api-gateway-authentication-and-authorization/ Software Development News Fri, 02 Apr 2021 17:21:48 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Pulkit https://sdtimes.com/apis/securing-microservices-the-api-gateway-authentication-and-authorization/#comment-8611 Tue, 26 Sep 2017 17:39:47 +0000 https://sdtimes.com/?p=27145#comment-8611 A better approach would be to only make your api gateway oauth literate instead of adding the overhead to all your micro-services. A request may then be validated for right authorization by the gateway before being routed to a micro-service

]]>