Test a bot functionality in Teams using ngrok
问题 I'm developing a bot using the Bot Framework and Azure for Microsoft Teams and I'll to develop and test my code directly in MS Teams using ngrok. In the settings of the bot I've set the message endpoint to the URL I get from ngrok and added /api/messages . But every time I want to send a message from Teams, I get a 401 unauthorized response. How could I authorize ngrok to send messages? Update: Form an answer of @Hilton Giesenow I've checked the appSettings.json file and everything is correct