Description
Since around March 20, 2021, we’ve started receiving the below error intermittently when refreshing an access token. On a subsequent retry with the same headers, parameters, etc., the error doesn’t occur and we receive the new access token and refresh token accordingly.
Error
{“reason”:“Invalid client_id or client_secret”,“error”:“invalid_client”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/token?grant_type=refresh_token&refresh_token=
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request a refresh access token
- Error Occurs
- A subsequent attempt a minute later may work, with the exact same data
This seems to happen less than .1% of the time.
Additional context
We’ve been integrated with Zoom in production for about a year now with over 150 clients without any issues and our application logic hasn’t changed.
Thanks for any help!