microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

How to call Web Endpoint with client certificate auth in html #119

Open trevors20 opened 1 year ago

trevors20 commented 1 year ago

Hello, I'm looking for some suggestions on how to call a REST API endpoint from a "menu action" in html. The issue is that the REST API endpoint requires client certificate auth.
Does the azure-devops extension libraries provide a way to do this? Thanks for any help.