# Vercel Passport is now in Public Beta

DevFeed: [Vercel Passport is now in Public Beta](<https://devfeed.tech/articles/vercel-passport-is-now-in-public-beta-1162.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-passport-is-now-in-public-beta>)

Author: Andrew Qu

Published: 2026-06-17T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Auth0](<https://devfeed.tech/topics/auth0.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [deployment](<https://devfeed.tech/tags/deployment.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [external](<https://devfeed.tech/tags/external.md>), [identity](<https://devfeed.tech/tags/identity.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [okta](<https://devfeed.tech/tags/okta.md>), [token](<https://devfeed.tech/tags/token.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Passport is in public beta, allowing enterprise teams to protect Vercel deployments with their own identity provider through OIDC authentication.

## Source excerpt

Enterprise teams can now control access to their Vercel deployments with Vercel Passport, using their own identity provider. Visitors authenticate through providers like Okta, Auth0, or any compatible OIDC provider before they can view a protected deployment. Use Passport to: Reuse an OIDC application across multiple projects Set a team default that applies to new projects automatically Assign Passport to existing projects in bulk After Passport authenticates a visitor, Vercel injects a signed JWT into the x-vercel-oidc-passport-token request header. Read it server-side to access the external_sub claim, the stable visitor identifier returned by your identity provider: Read the documentation to get started. Read more