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

推荐订阅源

The Cloudflare Blog
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
博客园 - 司徒正美
V
Visual Studio Blog
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
D
Docker
Vercel News
Vercel News
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
爱范儿
爱范儿
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏

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? 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
AuthZEN wins Outstanding Project Recognition at EIC 2026
Emre Baran · 2026-06-05 · via Cerbos - All Posts

Authentication has had open standards for years. SAML, OAuth, OpenID Connect, the whole stack is mature and interoperable. Authorization did not get the same treatment. Every vendor built its own model, its own API, its own way of asking "can this user do this thing?", and none of them talked to each other.

That's the gap OpenID AuthZEN set out to close, and our CPO Alex Olivier has been co-chairing the working group since early on. Last month he and co-chair David Brossard accepted the Outstanding Project Recognition award for AuthZEN at the European Identity and Cloud Conference in Berlin. The award was presented by KuppingerCole and judged against a field of submissions from across the identity industry.

David put the problem plainly. Authentication has been well served by open standards for years, but authorization has always lagged behind. Gail Hodges, the OpenID Foundation's Executive Director, called the win a highly deserved acknowledgment of work that has put interoperable authorization on the map.

The timing matters more than it might seem. AI agents are starting to act on behalf of users across systems they don't own, and every one of those actions needs an authorization decision. Without a common protocol, every integration becomes bespoke, every enforcement point speaks a different dialect, and every mistake becomes harder to audit.

A shared standard fixes that. A policy decision point from one vendor can answer a question from an enforcement point built by another, the same way OIDC let identity providers and applications interoperate without custom glue between every pair. That interoperability is what turns authorization from a per-application problem into infrastructure you can reason about across a whole system.

The AuthZEN specification was formally ratified in January 2026, and we've backed the work from the start because we think this is where authorization is heading. Standards are how a category grows up. If you want to see what an AuthZEN-compliant decision looks like in practice, here's how Cerbos implements it.