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
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)
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.