Description
Hi all, I am trying to integrate zoom into an app I’m developing, but I have been stuck on this error for 2 days: ‘Invalid request : Redirect URI mismatch.’
I am developing the app on localhost and used ngrok and white-listed the re-direct urls as recommended. However, despite doing all that, I am still getting this error and can’t seem to identify the cause of this. Would greatly appreciate your help if you can tell me what I am doing wrong!
This is my app link: https://zoom.us/oauth/authorize?response_type=code&client_id=uhZaUDEvQiewpSECmxZPkg&redirect_uri=https%3A%2F%2F187929699399.ngrok.io%2Fzoom%2Fget-access-token
Error
{ reason: ‘Invalid request : Redirect URI mismatch.’,
error: ‘invalid_request’ } },
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/token
How To Reproduce (If applicable)
- Successfully obtained authorization_code in step 1
- Redirect to https://187929699399.ngrok.io/zoom/get-access-token successfully
- Perform post request:
- Receive ‘Invalid request : Redirect URI mismatch.’ error
Screenshots (If applicable)
List of redirect urls in white-list: