Hello,
I have an issue with an integration I’ve created recently.
I first used a public client to authenticate/authorise and it worked without any issues.
I have changed that to a confidential client, and now I’m having issues with the access token.
I used Zapier CLI to create this, and after I successfully connect the account, after 3-4 seconds I get this message: “This account is expired.Please reconnect it here.”
Everything else seems to be fine, the client_id and client_secret should be ok, since I don’t get any errors when authenticating, but the token expires way too soon and I don’t understand why.
If I’m reproducing the actual flow to get the token using the same client, on Postman for example, I get a lifespan that has nothing to do with 3-4 seconds, so the configurations on my auth server can’t be the problem.
Thank you in advance!