I need to verify that the requests we get to our webhook are from ms teams azure bot.
Does Teams Azure bot support any HMAC signature implementations?
Looks like I get a simple bearer (jwt) token.
What is the difference between my bot and these bots:
Verifying HMAC from Microsoft Teams custom Bot in PHP
Verifying HMAC from Microsoft Teams bot in Python Flask
Any other option?