Reputation: 614
I want to authenticate my chatbot with Azure AD B2C, instead of Azure AD. I followed the Microsoft documentation. Microsoft Documentation
But instead Azure AD, I used Azure B2C to set up the connection and the rest. But when running the bot, It's redirecting me to Azure AD. I can't log in with the B2C account that I created.
Are there any options to fix this?
Upvotes: 0
Views: 480
Reputation: 934
It seems like it's possible, according to the https://learn.microsoft.com/en-us/azure/bot-service/bot-service-scenario-commerce?view=azure-bot-service-3.0
Did you tried to replace the "Azure AD identity service" paragraph https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv2%2Ccsharp#azure-ad-identity-service with B2C application registration documentation? https://learn.microsoft.com/en-gb/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga#register-a-web-application
There is also an interesting b2clogin.com URL sign-in article: https://learn.microsoft.com/en-gb/azure/active-directory-b2c/b2clogin
It's also such a question, which I found: how to get Azure Active Directory B2C working with Bot Framework?
Upvotes: 1