Forum Discussion
Custom Connector OAuth2 use WebView2?
Hi Anonymous ,
I'm sorry that I can't reproduce your problem. Based on your description, it appears that the issue is due to a recent update to the Power BI Desktop version that is causing your custom connector to not work. Please check out the content in these links below, hopefully they will help you and give you some ideas or clues to solve the problem.
Building a custom connector for Power BI that supports OAuth2 to visualize my wellness data
underlying connection was closed: An unexpected error occurred on a send IdevioGeoAnalyticsConnector
Upgrade the TLS version of your Power BI application to TLS 1.2
Best Regards
- Anonymous4 years agoNot applicable
Sorry,
None of the links are a fix for the issue.
The first one used to be a fix for the auth page not supporting IE 11, but is what causes the error now.
The second link just shows how to make a connector with Oauth, which I've already done and the auth flow works fine since it works in the PowerBI service just fine and used to work in desktop.
The third link doesn't really apply as I have .NET 4.6 and am not getting that error.
The final link also doesn't apply as I'm not using the Power BI API SDK, as that isn't used for connectors it's used for 3rd party apps to connect through the API.