Google Identity Platform provides authentication, multi-tenancy, and custom token claims via Firebase Admin SDK extensions. Cerbos uses Identity Platform's custom claims, tenant context, and user metadata to evaluate fine-grained authorization policies at the application layer.
Set custom claims via the Admin SDK and use them as principal attributes in Cerbos authorization policies
Use Identity Platform tenant IDs and tenant-scoped user attributes to drive tenant-aware Cerbos policies
Federate with SAML and OIDC providers through Identity Platform while Cerbos handles resource-level authorization
Google Identity Platform handles authentication, confirming who a user is. Cerbos handles authorization, deciding what that user can do. Together they give you a complete access control stack without coupling identity logic to business rules.
Cerbos lets you write fine-grained, context-aware authorization policies in human-readable YAML. Policies are decoupled from application code so product and security teams can update permissions without a release cycle.
Because Cerbos runs as a stateless Policy Decision Point (PDP) next to your application, authorization checks are sub-millisecond and scale horizontally with your infrastructure.
Google Identity Platform authenticates users and issues ID tokens containing custom claims set via the Admin SDK. Your application verifies the token, extracts the claims (role, tenant, department), and passes them to Cerbos as principal attributes. Cerbos evaluates them against your policies alongside resource attributes to return authorization decisions.
Yes. Identity Platform supports multi-tenancy with isolated user pools per tenant. Pass the tenant ID and tenant-specific user attributes to Cerbos as principal attributes, and your policies can enforce tenant-scoped access rules.
Identity Platform extends Firebase Authentication with enterprise features like multi-tenancy, blocking functions, and SAML/OIDC federation. The integration pattern with Cerbos is the same, verify the ID token and pass claims to Cerbos, but Identity Platform provides richer identity data for policy evaluation.



What is Cerbos?
Cerbos is an end-to-end enterprise authorization software for Zero Trust environments and AI-powered systems. It enforces fine-grained, contextual, and continuous authorization across apps, APIs, AI agents, MCP servers, services, and workloads.
Cerbos consists of an open-source Policy Decision Point, Enforcement Point integrations, and a centrally managed Policy Administration Plane (Cerbos Hub) that coordinates unified policy-based authorization across your architecture. Enforce least privilege & maintain full visibility into access decisions with Cerbos authorization.