Exchanging an OAuth Token in Power BI Custom Data Connectors

Custom Data Connectors can support multiple kinds of authentication. For most modern web apps, OAuth is the obvious choice and the Power Query SDK, coupled with the authentication examples (here and here), make it easy to setup. Unfortunately, two apps that I have recently created Custom Data Connectors for were partway through an OAuth implementation. … Read more