Vercel Connect now supports Microsoft
Vercel Connect now includes a managed connector for Microsoft products like Teams and OneDrive. The connector handles Entra application registration and federated credentials automatically, allowing apps and agents to securely access Microsoft services with short-lived, automatically refreshed tokens scoped to requested permissions.
now includes a managed connector for , so your apps and agents can access all Microsoft products such as Teams, OneDrive and more.Vercel ConnectMicrosoft
As a , Vercel registers the Entra application and configures federated credentials for it, so you don't have to create an app registration or manage client secrets yourself. Authorize the app for your Microsoft tenant once, then attach the connector to the projects and environments it needs.Vercel Managed Connector
Create a connector from the or the :dashboardVercel CLI
With the connector attached, your code requests a token only when it needs one. The SDK authenticates with your deployment's OIDC identity and returns a short-lived token for the app itself, using the application permissions your admin granted:@vercel/connect
Each token is scoped to what you request and refreshed automatically, so there's nothing to leak or rotate. To act as a specific person instead, pass that user as the subject and the token carries their delegated permissions:
Read the and to get started.Vercel Connect docscreate a Microsoft connector
Source: original entry ↗