Oauth redirect_uri code inside my url

Description
When I request the authorize the zoom answer back with the code in the middle of my url

the url that I created is:
https://zoom.us/oauth/authorize?response_type=code&client_id=xxxxxxxxx&redirect_uri=https://example.com/#/utilities/zoomWebinar",

Error
After doing the authorization process, redirected go back to my site with url pattern => https://example.com/?code=xxxxxxxxx#/utilities/zoomWebinar

code url params will be unreadable because it goes into the hash scope.

Is there a way to zoom ignore the hash that I have in my url and force to put the code in the end of url?

Hi @leonaldo.bjunior,

In order to ensure you’re able to retrieve the Zoom OAuth code, you will need to ensure that your redirect URL is not altered/redirected once again when Zoom authorization takes place. Unfortunately there will not be a way to adjust this from the Zoom side.

Thanks,
Will

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