惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
量子位
S
SegmentFault 最新的问题
博客园 - 聂微东
博客园 - 【当耐特】
J
Java Code Geeks
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
V
V2EX
人人都是产品经理
人人都是产品经理
博客园 - Franky
罗磊的独立博客
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
Apple Machine Learning Research
Apple Machine Learning Research

Cerbos - All Posts

Authentik vs Keycloak: Self-hosted IdP comparison Mapping business requirements to authorization policy for automotive Fine-grained authorization for AI gateways EIC 2026: Stop counting agents, protect what they can touch Agent skill for writing authorization policies in Claude Desktop Identity security in 2026 EIC 2026 takeaways: the identity stack built for humans will not hold up for AI agents Already have authentication? Here's the authorization layer you still need. Tokens are authorization decisions: a guide to policy-driven token issuance What is a Runtime Authorization Platform It's a dimmer switch, not a kill switch. How CISOs are rethinking AI agent governance From maps to bitmaps (and from bitmaps to bitmaps) AuthZEN, Shared Signals, SCIM Events, IPSIE: Notes from the OpenID Enterprise Panel How do you update authorization policies without redeploying your application? Cerbos PDP v0.52.0/v0.53.0: Engine performance, security hardening, and CEL path functions Authorization Management Platforms: what they do, how they work, and where they fit PocketOS AI coding agent deleted a production database in 9 seconds Non-Human Identity management still has a blind spot Supabase alternative in 2026: Best open source auth options Benefits of on-premise authorization: Why enterprises are moving toward self-hosted Authorization policies: How to write, test, and validate them (faster with AI) Agent skill for writing authorization policies How much does it cost to build authorization in-house? Why centralized authorization governance reduces incident response time OPA alternative Why AI agents make authorization a right now problem Modernizing legacy application authorization: why it’s your biggest security blind spot How to add authorization to legacy applications without code changes 5 authorization blind spots auditors find, and how to fix them Row-level security for Apache Trino, powered by Cerbos Synapse
IIW42 recap: Where agent authorization got real
Alex Olivier · 2026-05-07 · via Cerbos - All Posts

The Internet Identity Workshop (IIW) is hands down one of my favorite events of the year. No keynotes, no vendor booths, no slick decks. Just 3 days of unconference sessions at the Computer History Museum in Mountain View, where everyone working on the messy edges of identity and authorization shows up, scribbles a session topic on a sticky note, and argues it out for an hour. I've been to a lot of conferences. None of them get close to the signal-to-noise ratio of IIW.

This was IIW42, and it was the one where agent authorization stopped being theoretical. The hallway track was the same conversation as the session track: how do you actually authorize an agent? Authentication is mostly a solved problem. The harder question is what the PDP gets handed and what it has to reason about. Multiple agent identity frameworks got pitched, and multiple research demos converged on the same architecture: agent is a dumb LLM in a sandbox, the trust boundary is the tool invocation, and a deterministic policy engine is the truth. Same pattern we've been pushing at Cerbos.

The interesting fights happened a level up from identity primitives. They were about what changes once you accept that an authorization request is no longer one human plus one role. A full hour went into whether the subject should even be in the request, or whether you should just hand the PDP an array of tokens and let policy walk them. One camp argued "drop the principal, all you have is evidence". The other argued "you need a stable principal or your audit trail dies". Everyone agreed on one thing: the subject is now a vector. Workload plus human, sometimes plus sub-agent, sometimes plus device attestation. The "principal: id + roles" model isn't going to cut it.

2 ideas I keep coming back to. First, intent drift. An agent kicks off saying "book a hotel in Knoxville on April 23rd" and 50 tool calls later it's wiring money to a Cayman account. Each individual call might pass policy in isolation, but the gap between declared intent and runtime behaviour is where the actual risk lives. The action plane ("can this principal do this on this resource?") needs an intent plane next to it. Second, the cross-trust-domain problem. Inside one company, one PDP, one schema, sub-agent attenuation works fine. The minute the agent crosses into a system with its own vocabulary, your "edit photo" is their "modify metadata" and there's no clean translation. Nobody has a real answer yet. I think this is the meaty long-term problem in our space.

The line of the week, paraphrased: identity is optional for authorization, but identity is critical for accountability. That reframes a lot of the agent identity debate. You can make a sensible policy decision without knowing who the principal is (sometimes you genuinely can't). When something goes wrong at 3 AM, knowing who or what to point at is what actually matters. It's also a pretty clean argument for modelling authorization around capabilities (action × resource) rather than around identities. Traditional IGA inventories people. In an agentic world the agents are ephemeral, the identities are exploding, and most "access" is held by short-lived workloads you'll never review in time. The right primary key lives at the door, where the risk actually is. Walked away from IIW42 with more questions than answers. Which is exactly why I keep going.