You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create an oauth application that used credentials in body (I'm using Qonto API)
Configure the OAuth 2 credentials
Connect to the service
Wait token expires
Retry the flow
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: