Forum Discussion
RICRUS
3 years agoNew Member
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...
- 3 years ago
The error was caused by `token_uri` and `authorize_uri` being called over HTTP and not HTTPS.
RICRUS
3 years agoNew Member
The error was caused by `token_uri` and `authorize_uri` being called over HTTP and not HTTPS.