Hi, I’m currently working on an OAuth application with Zoom. Here the error occurs that the redirect Uri I specified is not accepted, but I am sent back to the zoom page.
The error only occurs when using “localhost:8080/vccfg/login/oauth2/code/zoom” as redirect uri. As soon as an external redirect uri like “XXX.xxx/vccfg/login/oauth2/code/zoom” is used the redirect works correctly.
Is there an explanation or solution for this behavior?
This solution for using ngrok does not work for me locally when setting up OAuth for a private application. I’m getting this error when I attempt step number 2 “Request Access Token” from marketplace oauth guide. I find it very odd I’m able to get through step 1 using the redirect_uri value but now I get this error here. This is becoming frustrating to setup as I’m blocked by this I need to gain the user’s access token to continue on with integration feature I’m building for my job
Is there another solution to get around this as I need to complete step 2 of this Getting an Access Token in order to get the /me Context of the user who just authorized the application. below of app. Here’s a screenshot of url configuration. Please let me know if this correct or not.
@tommy Hi,
i have same problem - i can’t get Access Token.
here is my url https://zoom.us/oauth/authorize?client_id=aSVzCaY4R8mNntB81cCd1A&response_type=code&redirect_uri=https%3A%2F%2Fzoomtest.ngrok.io%2Foauth