Issue with OAuth Access and Refresh Tokens for Multiple Scopes

I am currently developing an application using the Zoom API and have encountered an issue with the OAuth authorization process. Specifically, I am able to successfully obtain the access and refresh tokens when requesting a single scope. However, when I attempt to include multiple scopes in the authorization request, the process fails, and I do not receive any tokens.

Hi @gbpunithgowda
Thanks for reaching out to us!
I have never seen this issue before. What app type are you using?
Could you share with me the request you are sending to get those access tokens ?

I have the same exact issue.
And hey Elisa, I am pretty sure you’ve seen the similar issue before:
https://devforum.zoom.us/t/multiple-scopes-in-authorize-url-gives-error/112689

BTW I found the solution(at least for me): do NOT include scope in your authorization URL.

Hey @yingbei
Thanks for linking the post here and for sharing your solution!