Vercel Connect now supports Microsoft
Vercel Connect now handles Microsoft auth for AI apps — no more client-secret management.

Why it matters
A managed connector for Microsoft services (Teams, OneDrive, etc.) reduces friction for developers building agents and AI apps that need to integrate with enterprise ecosystems. Practitioners deploying multi-tenant AI workflows get simpler OAuth and token lifecycle management.
The key facts
11 to knowVercel Managed Connector for Microsoft products launched
Supports Teams, OneDrive, and other Microsoft services
Automated Entra app registration and federated credentials
Short-lived, auto-refreshing tokens scoped to requested permissions
Available via Vercel dashboard and CLI
@vercel/connect SDK for OIDC-based authentication
Eliminates manual client-secret rotation for developers
Vercel managed connector for Microsoft Entra/Office 365 ecosystem
Handles OIDC token lifecycle and credential management automatically
Supports user delegation (delegated permissions) and application permissions
Tokens are short-lived, scoped, and auto-refreshed
Go to the source
Vercel Blogvercel.com
Publisher excerpt: 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…