I am trying to implement bot azure AD Authentication in my project and I am new to OAuth 2.0 and trying to do AzureAD V1 authentication with the git hub sample i downloaded from https://github.com/Microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/18.bot-authentication
I had provided ConnectionName in code and trying to debug in emulator. I am getting welcome message in emulator and after that if i type "hi" OAuth Card has to display but i am getting "A task was cancelled error".
Note: I had enabled(checked checkbox) emulator settings like "sign verification code for OAuth Cards" and "By pass ngrok for local address"
What is wrong in code?