Azure Bot 框架 V4- SSO 实施
Azure Bot framework V4- SSO implementation
创建 Azure 聊天机器人 V4 框架。但到目前为止还没有看到任何关于 SSO 实施的适当文档。是否可以在版本 4 中进行单点登录?有人可以指点一下吗?
是的。在 v4 框架中使用 SSO 是绝对可能的。在文档中,有一部分是关于在此处实施身份验证的:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv1%2Ccsharp%2Cbot-oauth
对于网络聊天频道本身,这里有一个新的(上个月发布的)使用 Oauth 实施 SSO 的示例:
https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/19.a.single-sign-on-for-enterprise-apps#single-sign-on-demo-for-enterprise-apps-using-oauth
创建 Azure 聊天机器人 V4 框架。但到目前为止还没有看到任何关于 SSO 实施的适当文档。是否可以在版本 4 中进行单点登录?有人可以指点一下吗?
是的。在 v4 框架中使用 SSO 是绝对可能的。在文档中,有一部分是关于在此处实施身份验证的: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv1%2Ccsharp%2Cbot-oauth
对于网络聊天频道本身,这里有一个新的(上个月发布的)使用 Oauth 实施 SSO 的示例: https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/19.a.single-sign-on-for-enterprise-apps#single-sign-on-demo-for-enterprise-apps-using-oauth