Describe the problem/error/question
I keep having to reconnect to my oauth2 credentials to whoop so the refresh token isn’t working for some reason. I’ve tried a number of things but was hoping someone here has an idea what I’m missing. It seems like oauth2 and refreshing is a common problem here. Thanks for any help in advance. For any of you experts out there here are the blurbs from whoop about authentication.
See screenshot below for my oauth2 setup. Everything works when I connect, I just can’t get it to stop expiring. I pulled out the the client ID for the screenshots, like I said it works it just won’t refresh.
What is the error message (if any)?
When it eventually times out I get “ERROR: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).”
{"status":"rejected","reason":{"body":{"error":"invalid_client","error_description":"Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method)","error_hint":"The OAuth 2.0 Client supports client authentication method \"client_secret_post\", but method \"client_secret_basic\" was requested. You must configure the OAuth 2.0 client's \"token_endpoint_auth_method\" value to accept \"client_secret_basic\".","status_code":401},"code":"EAUTH"}}
Information on your n8n setup
- n8n version: 1.5.1
- Database (default: SQLite): SQLite
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker via cloudron
- Operating system: Ubuntu 22.04