How to use Azure AD B2c authentication with bot framework? Not sure which authentication option to use and what parameters to set, didn't find any official documentation, I found this but it's not for Azure AD B2C
0
votes
1 Answers
0
votes
You can look into BotAuth.AADb2c package which is a Azure AD B2C authentication provider for using with the BotAuth package in a Bot Framework/BotBuilder Project.
Here is the Azure AD B2C Sample code for your reference.