I am getting this error when I send message through teams bot. How to configure my authentication on azure app? I get proper response in Bot emulator when not connected with Azure app. But when connected it fails. Can anyone give me step by step process on how to authenticate users so I can get response on the Teams Bot. I looked a lot but nobody explains it clearly.
Details of what I am trying to do :
- Created MS Teams bot using BotFramework
- I send message on Teams bot which goes to Botframework
- BotFramework transfers this request to my application using ngrok endpoint
- My application sends back response to BotFramework
- BotFramework sends back response to Teams which I see as the Bot's reply
Where the problem is : on 5th step, BotFrameWork gives this Error.