Skip to main content

Vercel Connect now supports Microsoft

By Steven Van ·

Vercel Connect now includes a managed connector for Microsoft, so your apps and agents can access all Microsoft products such as Teams, OneDrive and more.

Vercel Connect now includes a managed connector for Microsoft, letting apps and agents deployed on Vercel reach Microsoft products such as Teams and OneDrive. As a Managed Connector, Vercel registers the Entra application and configures federated credentials itself, so there's no app registration or client secret to set up or manage.

The connector is authorized once for a Microsoft tenant, then attached to whichever projects and environments need it, from the dashboard or the Vercel CLI.

  • The @vercel/connect SDK authenticates with a deployment's OIDC identity and requests a token only when the code needs one, using the application permissions an admin granted.
  • Each token is scoped to what's requested and refreshes automatically.
  • Passing a specific user as the subject returns a token with that user's delegated permissions instead of the app's.

Vercel Connect itself became generally available on 25 August 2026. Setup steps are in the announcement.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Vercel Connect now supports Microsoft on Creators Toolbox