Forum Discussion

not_the_humans's avatar
not_the_humans
New Member
3 years ago
Solved

powerquery SDK - custom connector oauth authentication

I'm attempting to build, for the first time, a custom connector in the power query sdk. Authentication to the api is handled by OAuth 2, with grant-type=client_credentials. If I were to use curl the ...
  • artemus's avatar
    3 years ago

    Support for SPN is currently not supported for custom connectors. You could probably implement this yourself using the API key auth type. Another option is to create a service account as a stand in for the service account. The gateway admin portal does support service principal, so maybe that would work for what you are doing?