0
votes

I am trying to use Teams outgoing webhook to interact with my web service which requires AAD authentication. In such a case, I am not able to figure out a way to implement the AAD authentication for outgoing webhooks. Does this mean outgoing webhooks cannot be used with AAD authentication?

1
Hi Derek, Yes, you can implement AAD to your Web Service. Could you please have a look on this sample code. - Rama-MSFT
@Rama-MSFT I do not think the sample code describes how to implement AAD authentication. Instead. It is still Teams outgoing hooks' HMAC authentication, see especially this file. But thank you though - derek
Hi Derek, could you please have a look on below two documents. 1) Webhook authentication using Azure Active Directory(AAD) 2) Secure-webhook-delivery - Rama-MSFT
Hi Derek, outgoing webhook currently supports only HMAC token to validate incoming request. For AAD authentication, you have to build Bots. - Rama-MSFT

1 Answers

0
votes

Copying for better visibility.

Hi Derek, outgoing webhook currently supports only HMAC token to validate incoming request. For AAD authentication, you have to build Bots