microsoftarchive/botauth

Azure Function Bot & BotAuth Nuget conflict on newtonsoft

Opened this issue · 3 comments

What would be the best fix for this issue while adding botAuth nuget.

image

Is it even possible to use the BotAuth package in an Azure Functions bot? (since you need multiple endpoints, for example the OAuth callback)

@iMicknl great point, not sure, i'm trying for the first time with azure function. Need to see if this is something i can leverage if not I have to stay with azure web app bot where everything works.

Look like we need some work on the code generation and stuff with the callback endpoint and its not done yet. I will stay with webapp bot for the time being