# Turborepo and Vercel Remote Cache now support OpenID Connect (OIDC)

DevFeed: [Turborepo and Vercel Remote Cache now support OpenID Connect (OIDC)](<https://devfeed.tech/articles/turborepo-and-vercel-remote-cache-now-support-openid-connect-oidc-1114.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/turborepo-and-remote-cache-now-support-openid-connect-oidc>)

Author: Mery Kaftar

Published: 2026-07-30T00:00:00Z

Content type: release

Language: en

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

Topics: [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [ci-cd-workflows](<https://devfeed.tech/tags/ci-cd-workflows.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [policy](<https://devfeed.tech/tags/policy.md>), [remote](<https://devfeed.tech/tags/remote.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Turborepo and Vercel Remote Cache now support exchanging OIDC tokens from CI/CD workflows for short-lived Turborepo access tokens. The article recommends migrating from long-lived Personal Access Tokens to OIDC and explains where to configure the required policy.

## Source excerpt

You can now exchange OIDC tokens from CI/CD workflows, including GitHub workflows, for short-lived Turborepo access tokens. These tokens grant access to Vercel's Remote Cache, and are a more secure alternative to long-lived Personal Access Tokens (PATs). OIDC tokens are short-lived, only grant access to Vercel Remote Cache, and are associated with your Vercel team, rather than a specific team member. We recommend all customers migrate their CI/CD workflows from PATs to OIDC. Get started by adding a Turborepo OIDC policy under Settings -> Build and Deployment -> OIDC Policies for CLI Access and learn more in the documentation. Read more