Invalid Redirect (4700)

Description
I recently inherited the Zoom integration portion of an app, and I’m having trouble getting the production version of the app to properly redirect for OAuth authorization. I’m also a little confused at the publish-status of the app, as I see a version of the app (old logo) on the Zoom marketplace and I have a publishable url, but the submit form on the developer page is unsubmitted.

Error
Invalid redirect: [my-redirect-url] (4,700)

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://zoom.us/oauth/authorize

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Attempt to request user authorization with publishable URL
  2. Invalid redirect (4700) error

Additional context

  • As far as I can tell, all the necessary URLs have been whitelisted
  • Development version seems to work fine
  • I’m trying to use the production version publishable url to test the app on a different zoom account with a pro license
  • I’m posting this question from a personal account - the developer account is tech@gatsbylabs.io

Same issue here.
redirect url is whitelisted.

in my case error only occurs, if user has to sign-in to zoom.
if the user was already signed in, it works.

after the oauth/authorize request
GET https://zoom.us/oauth/authorize?state=hxtdYXzQ3ClDN8q5Gnqakz3qUDwdktQH&scope=&response_type=code&approval_prompt=auto&client_id=<client-id>&redirect_uri=https://live.invitario.com/admin/oauth

i get redirected to:
GET https://zoom.us/oauth/signin?_rnd=1627460532015&client_id=<client-id>&redirect_uri=https%3A%2F%2Flive.invitario.com%2Fadmin%2Foauth&response_type=code&state=hxtdYXzQ3ClDN8q5Gnqakz3qUDwdktQH&_x_zm_rtaid=jxNjMo8WT0WQowae63i8Ow.1627460517280.3a01b142a8f3711995e0c3fa4a69d507&_x_zm_rhtaid=649

only there i got the error message
invalid redirect (4700)

@invitario-developer @nateychau

Thanks for reaching out! I’ll note that while an app is unpublished, it can only be installed by users on the same account that also have Developer and Marketplace permissions on their role.

If that’s not helpful, please reach out to our Support Team and we’ll assist you directly.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.