TL;DR: A Vercel breach tied to a “Sign in with Google” flow shows how delegated OAuth trust chains can expose internal systems and customer data when third-party access is not tightly governed, according to Arcon. The issue is less about authentication itself and more about unmanaged trust propagation across connected identities and services.
NHIMG editorial — based on content published by Arcon covering the Vercel OAuth breach: When a “Sign in with Google” Click Became Vercel’s Breach: The Hidden Danger of OAuth Trust Chains
By the numbers:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities , 46% confirmed, 26% suspected.
- 17 minutes, redentials are exposed publicly, attackers attempt access within an average of 17 minutes , and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when OAuth trust chains are not governed properly?
A: The main failure is that delegated access outlives the business reason for it.
Q: Why do delegated SaaS permissions increase identity risk?
A: Because they move access decisions away from direct human login and into durable grants that can be reused across sessions and services.
Q: How do teams know whether OAuth token governance is actually working?
A: Look for short token lifetimes, tested revocation, no tokens in logs, and a clean mapping from each integration to an accountable owner.
Practitioner guidance
- Inventory delegated OAuth grants across SaaS applications Create a register of every consented application, API grant, and federation path that can reach sensitive systems.
- Add delegated access to access review cycles Include third-party SaaS consents, service-to-service tokens, and federated app permissions in periodic recertification, not just human user accounts.
- Shorten the lifetime of standing OAuth trust Reduce token duration, restrict refresh token exposure, and require re-authentication for high-risk scopes.
What's in the full article
Arcon's full analysis covers the operational detail this post intentionally leaves for the source:
- The original incident framing and how the trust chain was established across connected applications
- The article's discussion of the Vercel breach context and why delegated OAuth access is difficult to unwind
- The vendor's broader risk commentary on third-party integration governance and access control
- Implementation-oriented context around privileged access and identity management capabilities referenced by Arcon
👉 Read Arcon's analysis of the Vercel OAuth breach and hidden trust chains →
OAuth trust chains in SaaS access: where IAM controls fail?
Explore further
View Full Forum → | NHI Foundation Course → | Our Services →
Delegated access is now an identity perimeter problem, not a login problem. OAuth and SSO were built to reduce password risk, but the real governance exposure sits in the trust chain they create. When one identity can authorise another application to act on its behalf, security teams inherit a perimeter made of consent, scopes, and revocation discipline. The implication is that IAM programmes must govern delegated relationships with the same seriousness they apply to primary credentials.
A few things that frame the scale:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, according to The 2024 ESG Report: Managing Non-Human Identities.
- Enterprises that have experienced a compromised NHI averaged 2.7 separate incidents in the past 12 months, which suggests that once identity governance fails, it often fails repeatedly rather than as a one-off event.
A question worth separating out:
Q: Who is accountable when a SaaS integration exposes customer data?
A: Accountability sits with the organisation that owns the delegated access path, even if the token originated from a third-party service. Security, application, and SaaS owners all need a defined revocation process and an incident playbook. If the integration can reach customer data, it must be governed like any other privileged identity.
👉 Read our full editorial: OAuth trust chains expose the hidden risk in SaaS access