简体   繁体   English

为团队构建的机器人应用服务的安全性

[英]security of app service for bot built for Teams

I am building a bot for Teams so that users can get information of my backend service.我正在为 Teams 构建一个机器人,以便用户可以获取我的后端服务的信息。 To achieve that, I need build an app service as a middle layer to connect teams and my backend service.为此,我需要构建一个应用服务作为中间层来连接团队和我的后端服务。 In such a case, I am wondering how to make my middle layer app service more secure such that nobody can call the app service except the messages from Teams.在这种情况下,我想知道如何让我的中间层应用服务更安全,这样除了来自 Teams 的消息之外,没有人可以调用应用服务。 Or is it not necessary to consider such protection?还是不需要考虑这种保护?

Teams ----> middle layer APP ---> backend service Teams ----> 中间层 APP ---> 后端服务

Posting the Answer for better knowledge发布答案以获得更好的知识

Copying from @RajeeshMenoth comments从@RajeeshMenoth 评论复制

You can allow only ms team users by AD privilege's through grahp api and middle layer is look like your bot app and their you need to write your logic.您可以通过 grahp api 仅允许 MS 团队用户通过 AD 权限,中间层看起来像您的机器人应用程序,您需要编写逻辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Teams Bot 消息扩展搜索的导航选项类似于新的内置贴纸应用程序? - Navigation Options for Teams Bot Messaging Extensions Search similar to the new built in Stickers App? Botbuilder Microsoft Teams Bot 服务身份验证 - Botbuilder Microsoft Teams Bot Service Authentication 仅通知团队机器人的服务 URL - Service URL for Notification-Only Teams Bot 为用户卸载 ms 团队应用程序/机器人(机器人框架机器人) - Uninstall ms teams app / bot for a user ( bot framework bot ) Teams 应用程序具有动态机器人配置的方式 - Way for Teams App to have dynamic bot configuration 如何在基于 Bot framewok v4 构建的 Teams Chatbot 中启用语音 - How to enable speech in Teams Chatbot built on Bot framewok v4 面临错误:对于使用 Bot Framework SDK 构建的 MS Teams Bot,此机器人不支持文件附件 - Facing Error: File attachments aren’t supported for this bot for MS Teams Bot built using Bot Framework SDK Microsoft Teams bot在模拟器和localhost上运行,但不是Teams App - Microsoft Teams bot working from emulator and localhost but not teams app 如何为使用 microsoft bot 框架构建的团队 bot 提供动态流程? - How to have dynamic flow for teams bot built using microsoft bot framework? 如何将 Azure Web App Bot 配置为 Teams 中的应用程序 - How to configure Azure Web App Bot as an App in Teams
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM