Microsoft Teams Bot-认证请求

发布于 2025-02-09 11:43:59 字数 92 浏览 2 评论 0原文

我有一个Microsoft Teams Bot,我正在寻找最佳的方法来验证传入请求,因为我只有一个暴露的端点。是否可以从团队到我的机器人,具有自定义身份验证的自定义标题?

I have a Microsoft teams bot and I am looking for the best way for me to authenticate incoming requests since I just have an exposed endpoint. Would it be possible to make the incoming requests from Teams to my bot, have custom headers with custom authentication?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心不设防 2025-02-16 11:43:59

您需要将用户身份验证实现到机器人中,以控制需要访问特定用户数据的命令和资源的访问。这是 bot Builder中的用户auth 让您入门。

You would need to implement user authentication into your bot to control access to those commands and resources which require access to a specific user's data. Here is the documentation on user auth in bot builder to get you started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文