Oauth-login doesn't work properly without JavaScript enabled

Description
Trying to get an Authorize token hangs expecting Javascript to be enabled. But, it is enabled.

Error
We’re sorry but oauth-login doesn’t work properly without JavaScript enabled. Please enable it to continue.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Request user authorization

Which Endpoint/s?
A request to Error - Zoom with the correct params from Postman gives the error

How To Reproduce (If applicable)
The full Postman request is…
https://zoom.us/oauth/authorize?response_type=code&redirect_uri=https://ZooMeeting.azurewebsites.net/Auth&client_id=xxxxxxxxxxxxxxxxxxxx

The install request is exectly similar but works and send a code the the redict_uri.

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
An Oauth app “ZooMeeting” has been installed in the Marketplace

Hey @kbh,

Thank you for reaching out to the Zoom Developer Forum. In order to complete an OAuth flow through Postman, you’ll want to use the Authorization > Oauth 2 option in the request. On that tab, make sure that you check “Authorize using browser” and you whitelist the Postman callback URL in your OAuth App: https://oauth.pstmn.io/v1/callback

image

I hope that helps! Let me know if you have any questions.

Thanks,
Max

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