What is API Gateway Authorization?

API gateway authorization refers to the enforcement of access control at the system's ingress layer. Gateways like AWS API Gateway or Kong can evaluate tokens, headers, or identity metadata to restrict or route traffic, based on authorization policies defined at the gateway level.

Authorization done right