Invalid Redirect Uri : error code 4700
We recently updated our redirect URL, which was functioning correctly in the staging environment. However, in production, we encounter 4700 "Invalid redirect" error during the OAuth authorization process. Despite adding the new redirect URL to the "OAuth Allow Lists," redirection issues persist in production.
Staging Environment:
- Users access our application.
- They are redirected to the Zoom authorization page.
- Upon authorization, users return to our application with an authorization code.
- This code is exchanged with Zoom for access and refresh tokens successfully.
Production Environment:
- Users attempting authorization receive the following error:
- https://zoom.us/oauth/authorize?response_type=code
- Error: 4700 "Invalid redirect"
Client Id and Client secret remains the same. The change only is in updating the new redirect url.
