Description/Error
We have a fully working integration that is successfully creating meetings on behalf of our users so we are confident that the configuration (including the redirect_url) is all set up correctly. However, if a user enters the incorrect credentials when logging into the Zoom sign-in page (https://zoom.us/oauth/signin) then the user is re-directed to a page with an error message that reads “Invalid redirect url (4, 700)”.
Hi Tommy,
How are you?
I’m working on Zoom integration and I’m getting the same error when I try to use the ClientId 1q3Fw8wBQLg9qvB0pnsFQ
The error occurs when I try request user authorization.
Note 1: I implemented that part using like guideline this documentation https://marketplace.zoom.us/docs/guides/auth/oauth. Note 2: I created a new App (GWu_IhzZSySH6FJmtWTx5g) using the same account and for this App, the authorization is working fine
.
Yes, the error “Invalid redirect url (4,700)”.
I had already added the redirect URL in “Whitelist URL”. Even with the redirect URL in the whitelist, I still having the “Invalid redirect url” error.
I already did that test and it didn’t work.
The error seems to be directly related to the application given that I’ve created other applications in the same account, with the same configuration, running the same request and they work correctly.
(You can take a look for example at the application with clientid GWu_IhzZSySH6FJmtWTx5g)
I already did that with not luck. I created a new application in another account, using exactly the same information and it worked fine. Everything indicates that the problem is in that specific app.
Could you please investigate if the app with ClientID 1q3Fw8wBQLg9qvB0pnsFQ (Dev)
ClientID C0rNV8dRWm0_rJ7I90iMg (Prod) has any problem?
You get that error because ZoomOAuthRedirect is expecting an additional query param: state (it can’t be null). In our workflow, redirect_uri includes the state query param.