I'm trying to authenticate users of bot framework V4 with Azure AD B2C sef ices with different social media providers. I'm stuck with it. I have looked and try many of the DOTNETCore samples provided to use Azure ADB2C authentication. Some of them work ok (the ones with fabrikam are quite ok). Would any one have some experience on that or any suggestions on how to proceed ? One thing that is not clear to me is : can I just create some controllers from with my Bot Framework project with the proper Azure AD B2C settings (tenant, poloicies, appid, key, etc ... ) ? or do I necessarily have to create a Web App or a WebApi to which post the authentication requests ?
Here are the samples I have already tried with no much success from github : - active-directory-aspnetcore-webapp-openidconnect-v2-master - active-directory-b2c-dotnetcore-webapi-master - active-directory-b2c-dotnetcore-webapp-master
and I'm a bit lost on what should be the right approach. Any advice would be much appreciated. Thanks.