Add Authentication for MS teams webhook integration
pending feedback
U
Uniform Harrier
Hi Team,
I read your docs on generating a URL from Teams to put as part of a notification strategy in our pipelines.
One thing I'm unclear on is how cutting a pasting a URL from Teams and putting it as part of the notification configuration is secure? If anyone knew the URL, wouldn't they be able to POST to our private Teams channel. Your integration with Teams doesn't provide any authentication mechanism?
Log In
Rohan Gupta
pending feedback
We do not expect users to paste their webhook in plain text in the pipeline notification section. Most of our users leverage the expression capability. The Webhook itself is stored as a secret.
We do something similar for slack notifications as well. Have you tried this approach?