Authorization - Redirection is not working as expected in case of Decline

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.

https://zoom.us/oauth/token?code=<auth_code>&grant_type=authorization_code&redirect_uri=

Description
We are using user-level zoom app to integrate zoom with our application.
As part of integrating with zoom, we are currently using the above Links to communicate with the zoom Grant and authorization servers. We are also providing the call back URL.
On giving the consent as “Allow” a callback is made with the URL that we have provided and a authorizationcode is passed as query param, but on “Decline” it is navigating to “marketplace.zoom.us” with which we are unable to identify the declination status in our application.

Error?
No error, but the navigation is not happening with the provided callback URL and "errorCode=Denied"as a query parameter.
eg of test URL generated on zoom app : App Marketplace
We are expecting to receive the errorCode with the callbackURL in case of Decline.

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors

@kirannani1537 Hope you will be fine.

Here are the sessions regarding Zoom OAuth :point_down:

Zoom Integration OAuth App Part 1
Zoom Integration OAuth App Part 2