Hello,
Description
I’ve already published my app to Zoom marketplace. The app production redirect uri is pointing to my production environment (abc.example.com) and it is working perfectly well. Now, I would like to add other features to my abc webapp and be able to test the integration with Zoom on pre-production environments. The environments are: env1.abc.other-domain.com, env2.abc.other-domain.com and env3.abc.yet-another-domain.com. I would also like to be able to connect multiple Zoom accounts on these environments (not only the account which created the app).
Since it is not possible to add multiple production redirect uris I can not authorize with the production app from pre-production environments. I also can not use any
pattern in development redirect uri because my pre-production environments do not share the same domain.
How can I tackle this problem?
Which App?