Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to refresh oauth 2 token using Qonto integration #9178

Open
RJiraya opened this issue Apr 19, 2024 · 1 comment
Open

Unable to refresh oauth 2 token using Qonto integration #9178

RJiraya opened this issue Apr 19, 2024 · 1 comment

Comments

@RJiraya
Copy link
Contributor

RJiraya commented Apr 19, 2024

Bug Description

We are note able to refresh token with Qonto integration because the option send credentials in body is not applied for the refresh token method.

To Reproduce

  1. Create an oauth application that used credentials in body (I'm using Qonto API)
  2. Configure the OAuth 2 credentials
  3. Connect to the service
  4. Wait token expires
  5. Retry the flow
  6. You will get an error like Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).

Expected behavior

The token should be refreshed passing the credentials in the body

Operating System

Docker 24.0.7

n8n Version

1.30.0

Node.js Version

18.19.1

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Apr 19, 2024

Hey @RJiraya,

Is this a generic oauth2 credntial you are using and did you already try setting it to use body instead of headers for auth?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants