Forum Discussion
Customs Connector Power BI
hey!
Our recommendation is that when you can leverage the built-in application that we provide that you use the AAD authentication kind. This means that you only need to pass something like the resourceUri of your service and that should use the application that's built-in to handle the OAuth 2.0.
We do not provide the implementation details or things that go beyond what's needed to make it work for the Power Query SDK, but you can always use another tool like Fiddler to see what calls are being made and how they are being made to understand a bit better how the AAD authentication kind works.
Power Query and the Power Query SDK do not support connecting to Microsoft Graph. More information about it below:
Lack of Support for Microsoft Graph in Power Query - Power Query | Microsoft Learn
Hello,
Indeed, this is the observation when I open the connector. I wanted to try an oauth2 type approach without knowing if it provided more security. Thanks for the feedback,