HMAC verification in Teams bot framework

Boo C 0 Reputation points
2023-02-23T20:14:22.3066667+00:00

Does the Microsoft Teams bot framework support any HMAC signature implementations? Or is it only available for "Outgoing Webhooks" that are built specifically to avoid creating an entire bot using the bot framework? https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-outgoing-webhook?tabs=verifyhmactoken%2Cjavascript#create-outgoing-webhooks

I have a bot that I would like to add secure webhook verification to but as far as I can tell, this is only available for webhooks created via the UI. Is there any other documentation for the bot framework that I am missing?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,346 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 3,031 Reputation points Microsoft Vendor
    2023-04-03T05:15:15.0433333+00:00

    @Boo C - Currently HMAC verification is not supported for bots. You can suggest this feature here: Microsoft Teams Community


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.