Unable to get to app permission page; getting redirected directly instead

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

Hello,

Have you tried to regenerate the URL in the submission UI and give it a try again?

Regards, Kwaku

Hi @kwaku.nyante
Yes, I have tried it and the result is the same; it get’s redirected to the redirect_url without ‘allow’/’decline’ options.

Hello,

Can you make sure you remove the app from the installed apps page before trying to install again? Usually that happens when the app is already actively installed on the account already

Regards, Kwaku

Hi @kwaku.nyante
May I know how to navigate to this ‘Installed apps’ page?
Because I see below page and I don’t see any apps installed to remove?

Click on “added apps” on the left-hand side of the screen on the page you shared.

Regards, Kwaku

Hi @kwaku.nyante
I had already checked that tab and see no apps added in both ‘development’ and ‘production’ sub tabs.
So I don’t have any apps to remove.

Hi @kwaku.nyante
I was able to debug it further and observed that if I make changes in the list of scope in the Marketplace App, like adding or removing scopes, then the authorize URL works properly by first taking to the ‘Allow’/’Decline’ page and then to the provided redirect_url post successful login.
So please check why this new behavior which wasn’t the case a week or so back?