Forum Discussion

RICRUS's avatar
RICRUS
New Member
3 years ago
Solved

verb-type error for OAuth connector

I am trying to build an OAuth2 connector using the standard boilerplate template with VSCode Power Query SDK.   When I run 'Set credential' I am presented with the login screen modal as expected. B...
  • RICRUS's avatar
    3 years ago

    The error was caused by `token_uri` and `authorize_uri` being called over HTTP and not HTTPS.