Enterprise teams can now control access to their Vercel deployments with Vercel Passport.
Passport centralizes access using the identity providers your team already uses, like Okta, Auth0, or any compatible OIDC provider, so visitors must authenticate before they can view a protected deployment.
Use Passport to:
After Passport authenticates a visitor, use getIdentity() from @vercel/passport to read their identity server-side:
Passport is $100 per project per month with no limit on external users that can access a protected deployment.
Read the documentation to configure Passport from the dashboard or through the API.
Read more
Continue reading...
Passport centralizes access using the identity providers your team already uses, like Okta, Auth0, or any compatible OIDC provider, so visitors must authenticate 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, use getIdentity() from @vercel/passport to read their identity server-side:
Passport is $100 per project per month with no limit on external users that can access a protected deployment.
Read the documentation to configure Passport from the dashboard or through the API.
Read more
Continue reading...