Forum Discussion
Triadelphia
7 years agoRegular Visitor
Custom connector support for authentication with client certificate to PKI protected data source?
Would it be possible to write a custom connector for Power BI Desktop that allowed connections to a REST API or other web.contents services that are PKI protected and require use of client certificat...
Anonymous
7 years agoNot applicable
For a few internal APIs I've used Azure Functions as a proxy of sorts - not sure what PKI is but I'm assuming the same method would work for you.
Can handle almost all the authentication on the AF end, and then just use basic auth or token etc to authenticate Power BI against the function itself