~/devreads

#access control

20 posts

2 Jun

Eyal Solomon 6 min read

A developer can ship an MCP server in an afternoon. Getting that same server running in regulated production, with credentials provisioned, access controls enforced, and security sign-off obtained, takes weeks. This post walks through the six challenges teams hit when scaling enterprise MCP deployments from prototype to production, the fix for each, a posture assessment ...

blogaccess controlai agentsapi gatewayapi governance

28 May

Kristopher Sandoval 10 min read

Often, enterprises end up treating all their APIs roughly the same. They’re authenticated, maybe rate-limited, and hopefully behind a gateway, but ultimately, they’re lumped together as part of a collection of APIs. While that flatness makes sense from a product management perspective, it poses a problem for risk management. A payment processing API and a ...

blogsecurityaccess controlapi gatewayapi governance

26 May

20 May

Janet Wagner 9 min read

The application and API security industries are rethinking access control for AI agents. However, the underlying foundations remain the same ones the industry has relied on for years. What’s changing is how and when those foundations are applied. Depending on the use case, a given approach may work best at runtime, with proper contextual signals, ...

blogsecuritystrategyaccess controlai agents

18 May

Bill Doerrfeld 8 min read

Agentic AI certainly dominated the theme of apidays New York, an event that brought together some of the API industry’s top thinkers and implementers for two days in mid-May 2026. It’s clear that APIs are still as important as ever, but they are now being repositioned as an execution layer for this new paradigm. In ...

blogstrategyaccess controlai agentsapi

12 May

6 May

23 Apr

14 Apr

25 Mar

Janet Wagner 6 min read

When it comes to APIs, security has always been a serious concern. Developers who design and build APIs strive to mitigate vulnerabilities before attackers find them. Consumers want to be reassured that the APIs their applications integrate with won’t compromise data or application integrity. However, the rise of AI has led to new and evolving ...

blogsecuritystrategyaccess controlai agents

25 Feb

17 Feb

Art Anthony 7 min read

In recent months, we’ve been writing extensively about some of the exciting possibilities offered by artificial intelligence and the agentic consumption of APIs, from new routes to monetization via AI through to more efficient workflows. But there are downsides to consider here, too. Large language models (LLMs) have a habit of disregarding the API contract, ...

blogsecuritystrategyaccess controlai agents

29 Jan

Kristopher Sandoval 6 min read

Agentic AI is an incredibly powerful frontier technology, and it’s actively changing the tech landscape day by day. One of the most significant changes is that APIs are no longer solely called by deterministic code developed and reviewed by humans. Instead, APIs are being actively and frequently called, explored, linked, and even adapted by autonomous ...

blogsecurityaccess controlai agentsapi governance

8 Jan

Kristopher Sandoval 7 min read

In the software field, one of the most commonly referred to and leveraged resources is the Top Ten list from OWASP. This is for good reason — OWASP stands as a platform- and vendor-agnostic voice that can highlight application security risks in a potentially more meaningful way than the litany of whitepapers and reports issued ...

blogsecurityaccess controlapi governanceapi security

23 Dec 2025

Jonas Iggbom 6 min read

Authorization Exchange, or AuthZEN for short, is a new specification from the OpenID Foundation that aims to bring clarity and standardization to authorization. If OAuth 2.0 and OpenID Connect brought us standardized protocols for authentication and identity, AuthZEN aims to do something similar for fine-grained authorization. It defines a shared, interoperable way for applications to ...

blogsecurityaccess controlapi governanceapi security

22 Dec 2025

27 Nov 2025

Kristopher Sandoval 5 min read

Authorization is having a bit of a moment in the tech world right now. Organizations like Apple are investing more heavily in policy-driven access control, signalling a shift towards policy as code. As this approach is solidified, it’s becoming clear that the next big revolution in the authorization space will be focused on a specific ...

blogsecurityaccess controlapi securityapis and data

26 Nov 2025

1 Oct 2025

Kristopher Sandoval 8 min read

Most teams do at least some sort of injection attack testing. This testing, however, is typically focused on a small subset of particular vulnerabilities. SQL injection is a popular target, as is command injection. Some teams may even do log injection if they’ve been burned before. But when it comes to APIs — and especially ...

blogsecurityaccess controlapi securitycybersecurity

23 Mar 2022

Manoj Vignesh K M 8 min read

source: https://www.freeimages.com/download/private-property-no-trespassing-1205389 I dentity and A ccess M anagement system deals with “who” should get “what” level of access to an object (entity) or a function. The subsystem that defines “who” is called Authentication (Identity), while the subsystem that defines “what” level of access is called Authorization (Access). Building an IAM system can get very complex quickly. No wonder “Broken…

information-securityaccess-controlauthorizationidentity-and-accessaccess-management