Greetings,
We have a new production-like environment for testing purposes and we are looking for a way to set up our OAuth app to serve both of those environments. The new environment follows the same URL pattern as the production one:
- *.cxera.com
- *.dev01.cxera.com
Specifically, we’re looking to deliver webhooks to the dev environment, as well as enable the deauthorization endpoint.
We could implement a layer above both environments to handle this, but I was wondering does Zoom habe a best practice approach when it comes to serving multiple environments.
Our app is CXera, with the production client ID [REDACTED].
Thank you for your help!