0
votes

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

https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/add-authentication?tabs=dotnet%2Cdotnet-samplehttps://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/add-authentication?tabs=dotnet%2Cdotnet-sample

1
I see that you linked to some Teams documentation. Are you using Teams? And have you read the Azure AD B2C documentation? - Kyle Delaney
Are you still working on this? - Kyle Delaney

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.