API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Description
I am getting a invalid redirect url 4700 error for a published app.
My all changes was approved by Zoom team, but I could not use redirectURI.
(Already I have checked target redirect URI is in redirect URI and allow list)
For this error, our function is blocked.
I could access without /ZOOM url.
“https://${our_production_domain}/v2/apps/install/oauth/callback”.
but I could NOT access “https://${our_production_domain}/v2/apps/ZOOM/install/oauth/callback”.
Error?
The full error message or issue you are running into, where applicable.
Invalid Redirect: ${our oauth redirect uri} (4,700)
How To Reproduce
Can access to OAuth login screen when using below.
https://zoom.us/oauth/authorize?response_type=code&client_id=${out_client_id}&redirect_uri=https://${our_production_domain}/v2/apps/install/oauth/callback
Can NOT access to OAuth login screen when using below.
https://zoom.us/oauth/authorize?response_type=code&client_id=${out_client_id}&redirect_uri=https://${our_production_domain}/v2/apps/ZOOM/install/oauth/callback