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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
Y
Y Combinator Blog
V
V2EX
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
博客园 - 叶小钗
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
B
Blog
G
Google Developers Blog
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
N
Netflix TechBlog - Medium
腾讯CDC

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
OpenID AuthZEN is official, and Cerbos is ready
Alex Olivier · 2026-01-13 · via Cerbos - All Posts

The OpenID AuthZEN specification has now been formally ratified. This is a real milestone for the authorization ecosystem and one that has been a long time coming.

For years, authentication has benefited from widely adopted standards like OAuth and OpenID Connect. Authorization, by contrast, has been left fragmented, implemented differently in every application, and tightly coupled to business logic. AuthZEN changes that by standardising how applications, gateways, identity providers, and policy engines ask and answer authorization questions.

Cerbos has supported AuthZEN throughout its development, and we are proud to see the specification reach this point.

What AuthZEN actually solves

AuthZEN defines a standard, interoperable API between a Policy Enforcement Point and a Policy Decision Point. In practice, that means any compliant application, API gateway, or identity system can delegate fine-grained authorization decisions to any compliant policy engine.

Instead of every service inventing its own authorization protocol, teams get a common language for questions like:

  • Can this principal perform this action on this resource, right now
  • What actions are permitted across a set of resources
  • Which resources are visible to a given user or service

This is the missing counterpart to OAuth and OIDC. It turns authorization from bespoke application code into shared infrastructure.

Cerbos and AuthZEN

Cerbos has supported the AuthZEN APIs for some time, including the binary evaluation and batch evaluation endpoints. Our implementation maps naturally onto Cerbos' core concepts, with applications acting as PEPs and Cerbos as the PDP, evaluating decisions against centrally managed policies and real-time context.

If you want to see how this works in practice, our documentation walks through the AuthZEN-compatible endpoints exposed by Cerbos and how to integrate them into your systems.

Looking ahead, continued leadership in AuthZEN

Alongside the ratification of the specification, we are also happy to share that Alex Olivier, co-founder of Cerbos, has been appointed co-chair of the AuthZEN working group.

This reflects the role Cerbos has played in shaping the standard from early drafts through interop events and into a final specification. It also signals our ongoing commitment to where AuthZEN goes next, including profiles for API gateways and identity providers, search and partial evaluation, and deeper integration across the identity stack.

Why this matters now

Authorization is no longer just about users clicking buttons in applications. It governs API access, data access, service-to-service communication, and increasingly AI agents and automated workflows.

As systems become more distributed and more autonomous, hard-coded authorization logic simply does not scale. Standards like AuthZEN are what allow organizations to build consistent, auditable, and adaptable authorization across their entire estate.

The ratification of AuthZEN is not the end of that journey, but it is a clear signal that authorization is finally getting the same level of standardisation and maturity that authentication achieved years ago.

If you are already using Cerbos, you are ready for AuthZEN today. If you are not, now is a good time to start externalising authorization and treating it as a first-class part of your architecture.

We are excited to keep building, contributing, and helping push the ecosystem forward.

Learn more about AuthZEN + Cerbos here.