身份验证示例机器人不允许我在 Microsoft Teams 中进行身份验证

Authentication Sample Bot does not let me authenticate in Microsoft Teams

我尝试让 Authentication Sample Bot 正常工作。当我在 Microsoft Teams 中使用 Bot 时,OAuthPrompt 似乎正确呈现:

但是当我点击按钮时,没有任何反应。我在控制台中看到了这个:

为什么这不起作用?

仅创建 Azure 机器人服务 'Bot Channels Registration' 不足以通过 Microsoft Teams 使用机器人身份验证。您必须将清单文件压缩并作为自定义应用程序上传到 Microsoft Teams。在该清单文件中,您必须指定 Bot Framework 令牌端点的域:

"validDomains": [ "token.botframework.com" ]