Hello! I am trying to use the OAuth2 Authenticator node to connect to NetSuite. We have filled in all the required inputs for the node including the redirect URL. We are able to authenticate and get to this screen:
I am trying a similar thing for an app we subscribe to. It looks like the authentication window comes up correctly and passes me the API key, but from there KNIME is not able to read the key.
Hi,
Generally, the code KNIME receives (in your case successfully), is exchanged for an authorization token by making another request to a token endpoint. This endpoint is returning the 401 Unauthorized error. I would suggest two things:
check the KNIME log (knime.log) to see if there is any hint what the server returns apart from the status code
check your OAuth provider’s logs to see why it returned a 401 instead of the access token
Kind regards,
Alexander
PS: As you were mentioning KNIME Server: unfortunately the node does not work on KNIME Business Hub or Server yet:
Note: Currently, the node can only be used in KNIME Analytics Platform. The node does not support execution on KNIME (Business) Hub or KNIME Server, also not via Remote Workflow Editor.