ToolsThe story, in brief

Vercel Passport is now generally available

Vercel Passport GA: identity layer for deployments now ships with group claims, token forwarding, and automation bypass.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel's identity middleware moves from beta to production, letting enterprises gate deployments behind their own identity providers (Okta, Entra, OIDC) with verifiable tokens that downstream services can consume. Practitioners deploying multi-environment apps with compliance needs can now enforce authentication in the platform layer, not the app layer.

The key facts

20 to know
  1. Vercel Passport generally available on Enterprise plans

  2. Supports Okta, Microsoft Entra ID, any OIDC provider

  3. getIdentity() helper in @vercel/passport reads authenticated visitor from request context

  4. Signed x-vercel-oidc-passport-token forwarded to application code

  5. Identity claims (group membership, etc.) readable from payload

  6. verifyIdentity() in @vercel/passport 1.0.0+ validates token signature and claims in downstream services

  7. JWT verification via published JWKS for non-JavaScript services

  8. Activity Log and Audit Logs track passport-access-granted events

  9. Protection Bypass for Automation via x-vercel-protection-bypass header or query parameter

  10. Trusted Sources feature: accepts short-lived OIDC tokens from authorized services without shared secret

  11. Custom environment support (staging, qa, etc.) with same identity provider sign-in

  12. Local development mode with configurable development identity for testing

  13. Vercel Passport now generally available (Enterprise plan)

  14. Supports Okta, Microsoft Entra ID, and any OIDC provider

  15. getIdentity() helper reads verified identity in application code

  16. Supports custom environment protection (staging, qa, custom)

  17. Group membership claims now available from identity providers

  18. Token verification available via @vercel/passport 1.0.0+ and standard JWT/JWKS

  19. Passport Bypass for Automation supports Trusted Sources (short-lived OIDC tokens)

  20. Local development mode supports configurable development identity

Go to the source

Vercel Blogvercel.com

Publisher excerpt: is now generally available.Vercel Passport Passport allows you to protect your Vercel deployments with your own identity provider. Visitors authenticate through Okta, Microsoft Entra ID, or any OIDC provider before viewing a protected deployment, and Vercel forwards a signed identity token to the…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools