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

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator Blog

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) How do you update authorization policies without redeploying your application? IIW42 recap: Where agent authorization got real 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
AuthZEN, Shared Signals, SCIM Events, IPSIE: Notes from t...
Alex Olivier · 2026-05-11 · via Cerbos - All Posts

I was on a panel at the recent OpenID Foundation workshop with the chairs of the enterprise specs, working through how they actually fit together as a stack. The 4 of us:

  • Atul Tulshibagwale, CrowdStrike (after the SGNL acquisition in January), co-chair of Shared Signals and co-chair of AuthZEN alongside me.
  • Mike Kiser, SailPoint, co-chair of Shared Signals.
  • Dick Hardt, Hellō, co-chair of IPSIE.
  • Me, Cerbos, co-chair of AuthZEN.

A few threads worth pulling on:

The specs are useful precisely because they're loosely linked. Shared Signals keeps the data fresh. AuthZEN turns it into a real-time decision. SCIM Events handles lifecycle. IPSIE is the meta-layer telling an enterprise what "good" looks like across the lot. Atul's framing on AuthZEN-meets-Shared-Signals captured the runtime piece well: when somebody hits your resource you have a few milliseconds to say yes or no, and if the data behind that decision is stale, the whole thing's pointless. Shared Signals is what gets the right state to the PDP before the question gets asked. He and Omri Gazitt wrote that up properly here about a year ago, and it still holds.

The big gap is reference architectures. This was the most practical thread of the panel. Spec docs describe a single protocol in detail. The joins between specs are where every enterprise gets stuck, and those mostly live in tribal knowledge today. Mike and I half-volunteered on stage to put together a docker compose up reference stack with an IDP, a PDP, a transmitter, a receiver, a SCIM endpoint and an IPSIE-shaped wiring of it all. If anyone wants to collaborate on that, find me.

The AI thread is where the panel actually disagreed. Dick's position is that the existing OAuth and OIDC primitives are too constrained for a world of agents that pick services to talk to at runtime, and that we need to rethink some fundamentals. Atul's is that enterprises evolve their stack incrementally, and any new agent-shaped primitives have to build on what's already there. George Fletcher made the more provocative version of the argument from the audience: standards historically existed to spare developers from writing 1000 integrations by hand, and AI just made 1000 integrations cheap, so the underlying ROI case for standards may be eroding. Justin Richer landed a useful frame: successful standards follow implementations, they rarely lead them. Eve Maler pointed at the JSON-SAML to OIDC to Verifiable Credentials path as evidence that the existing layers are stickier than people designing the next thing tend to assume. My own take sits in the middle. AI sharpens the case for standards, because every API call an agent makes is going to look slightly different, and the only way to manage, secure and audit the resulting mess is a uniform shape underneath. The bit we don't have yet is a common vocabulary for what "subject" means when the subject is an agent acting on behalf of a user inside another agent's session, possibly using delegated credentials. Right now every team I'm talking to is solving that differently, and the longer that goes on the harder the cleanup gets.

Standards as paved paths. Mike's closing point is the one I keep stealing. He took a new fintech job 6 months ago and is currently watching AI tools generate increasingly inventive ways to break things he thought were settled patterns. The role of OIDF, IETF and the rest of the bodies in this space is going to shift towards giving enterprises a default safe route through this. Generative tools will absolutely produce 1000 unique implementations on demand. The standards are what make any of those 1000 implementations possible to operate.

If you want the full thing, jump to 3h42 in the recording.

I'm doing a similar panel at European Identity & Cloud (EIC) in May, where Cerbos is sponsoring and I'm speaking. Come find me if you want to keep arguing about agents.