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?
0
votes
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