oAuth2 custom token

Describe the problem/error/question

I need to make an HTTP request using Oauth2 custom token, not clientID and clientToken. But I’m not finding the option to chang this

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Moabe_Leite, welcome to the community!

Do you have any further details on the authentication process for the system you’re trying to connect to? Values such as the client ID and client secret are used during the authentication flow itself, the actual HTTP request would use a token received as a result of this flow.

So it’d be good to understand what exactly you need in a bit more detail.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.