如何使用 Azure B2C 对 Microsoft 聊天机器人进行身份验证
How to authenticate Microsoft chatbot with Azure B2C
我想使用 Azure AD B2C 而不是 Azure AD 对我的聊天机器人进行身份验证。我遵循了 Microsoft 文档。
Microsoft Documentation
但我使用 Azure B2C 来设置连接和其余部分,而不是 Azure AD。但是当 运行 机器人时,它将我重定向到 Azure AD。我无法使用我创建的 B2C 帐户登录。
是否有解决此问题的选项?
看来这是可能的
您是否尝试替换“Azure AD 身份服务”段落https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv2%2Ccsharp#azure-ad-identity-service
有B2C申请注册文件吗?
https://docs.microsoft.com/en-gb/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga#register-a-web-application
还有一篇有趣的b2clogin.comURL签到文章:https://docs.microsoft.com/en-gb/azure/active-directory-b2c/b2clogin
也是这样的问题,我查到了:how to get Azure Active Directory B2C working with Bot Framework?
我想使用 Azure AD B2C 而不是 Azure AD 对我的聊天机器人进行身份验证。我遵循了 Microsoft 文档。 Microsoft Documentation
但我使用 Azure B2C 来设置连接和其余部分,而不是 Azure AD。但是当 运行 机器人时,它将我重定向到 Azure AD。我无法使用我创建的 B2C 帐户登录。
是否有解决此问题的选项?
您是否尝试替换“Azure AD 身份服务”段落https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv2%2Ccsharp#azure-ad-identity-service 有B2C申请注册文件吗? https://docs.microsoft.com/en-gb/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga#register-a-web-application
还有一篇有趣的b2clogin.comURL签到文章:https://docs.microsoft.com/en-gb/azure/active-directory-b2c/b2clogin
也是这样的问题,我查到了:how to get Azure Active Directory B2C working with Bot Framework?