Forum Discussion
chisr
Jul 30, 2024Copper Contributor
Azure teams bot - verify request source/content
Hi, Before processing message by our application , we want to validate if the message is sent from MS teams and someone is not impersonating. Does Teams Azure bot support any HMAC signature impl...
Nivedipa-MSFT
Microsoft
Jul 31, 2024chisr - Could you please track this issue here: https://stackoverflow.com/questions/78811619/ms-teams-azure-bot-verify-request-content
- chisrJul 31, 2024Copper ContributorThanks.
Is there no other way to verify that the content has not changed ?
What do you suggest to do in the meantime, check only the token parts (exp, iss, aud) ?