Our zoom oauth app can only be installed after users sign in to our web site. Also we use different redirect URLs based on which environment the users sign in. We achieve this by 1) whitelisting URLs on our zoom oauth app; 2) creating the oauth app in the same accounts as the zoom users.
Then we wat to move oauth app into a different zoom account and need to create a publishable URL to test the app. How can we request multiple publishable URLs for the oauth app? I would like to avoid creating one zoom app for each of our environments.
Hi @rjd, you may not create OAuth apps on a user’s account - this is outside the terms of the Zoom App Marketplace Terms of Use (Section 9, bullet 3).
Instead, you should release your app publicly on the Marketplace to allow for other users to install this app. Let us know if you have any questions on this process, we’re happy to help.
Instead of using this system of multiple apps, use one single subdomain any in your Redirect URL. Reference our documentation on Using Multiple Environments.
I have requested publishable URL for testing. It will expire on May 22nd. I don’t think I can publish the app before the expiration date. I understand I will not be able to use the publishable URL for testing after expiration. But will I also lose the permission to publish the app?