Redirect URI doesn't used when user declines app installation

Description
When the user clicks on the decline button in the app install (authorization) step zoom redirects it to https://marketplace.zoom.us/ instead of to the redirect uri in the query param, it isn’t used to be like that AFAIK.
Is this intended behavior?

Error
N/A

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://zoom.us/oauth/authorize...

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. decline app installation

Screenshots (If applicable)

Additional context
N/A

Is this intended behavior?

Hi @michael.solomon, this is expected behavior. If the user declines authorization, the user is brought to the app’s marketplace page. The Redirect URI in the query redirects on successful authorization, and is used to preserve user state.