Description
https://marketplace.zoom.us/authorize?response_type=code&client_id=<CLIENT_ID>&redirect_uri=<REDIRECT_URL>
Till last week, when I used to visit the above URL to get app permissions (and subsequently the code for Oauth), it used to take me to the app permission page to login, providing app & scope details with ‘Allow’ and ‘Decline’ options. And after pressing ‘Allow’ button, it used to take me to the redirect_url provided along with the ‘code’ as the parameter. (which later is used to actual authorization flow).
But since few days, I am unable to see this permissions page (login) and rather it’s directly taking me to the redirect_url with a code, without me actually providing the permissions.
How To Reproduce
Steps to reproduce the behavior is explained above.
Please note, the Marketplace app is in development stage, so it’s an internal app for this account which I am using.
Please check this and let me know why this change in behavior?
Is there anything that needs to be updated in the Marketplace for the app?
Please check and get back.
Thanks