Vercel Connect now supports Microsoft Teams

Vercel Connect now includes a managed connector for Microsoft Teams. Creating one gives your organization a Teams bot that your apps and agents run. People can @mention it in channels or message it directly, and your code receives the message and replies as the bot.

As a Vercel Managed Connector, Vercel registers the Entra app and Azure Bot resource in your tenant, so there's no client secret to store. A tenant administrator with an Azure subscription completes setup once. Incoming Teams activities are verified and forwarded to your project as Connect trigger.

Create a connector from the dashboard or Vercel CLI:

Once the connector is set up, your code requests a token only when it needs one. Use it with the @vercel/connect SDK, eve channel or Chat SDK adapter:

Each token is scoped to what you request and refreshed automatically, so there's nothing to rotate by hand. Connectors only work in the environments you attach them to, and you can revoke access at any time with vc connect revoke-tokens.

Read the Vercel Connect documentation, view details about the Teams connector in the Vercel Connect catalog, or create a Teams connector to get started.

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论