All topics

API Gateways

13 articles tagged API Gateways.

A Vendor DMZ Pattern

  • API Gateways
  • API Management
  • Apigee

A long time ago, I was doing integration architecture work in the land of Enterprise Service Buses (ESBs) and API Gateways. Think IBM WebSphere DataPower and Apigee — I like to remember Apigee the way it was before it was integrated into GCP. After we had designed and built the ESB, we moved on to…

Read article: A Vendor DMZ Pattern

Application Front-Ends Must Not Make Authorization Decisions

  • API Gateways
  • Application Security
  • Authorization

First, let’s get the usual introductions out of the way. For an in-depth discussion of what Authorization is, check out this post. For a complete introduction to Authorization concepts see my Authorization Series. This post continues my long-running Authorization Series. In this post, we’re going…

Read article: Application Front-Ends Must Not Make Authorization Decisions

Making Authorization Decisions

  • API Gateways
  • Authorization
  • APIs

This blog post continues our discussion of Authorization in the API space. It will explore common authorization patterns with API Gateways and the backend API Providers. Generally, the API Gateway will apply a Coarse Grained Authorization (CGA) decision and the API Provider will implement Fine…

Read article: Making Authorization Decisions