Same App to use between two different domains

Description
We have an approved Zoom app that’s currently working and I want to use the same app for another domain. Both apps code bases are identical but the only difference is they use different domains.
How should I redirect users from App1com to the App2com URI after the authorize request? Or should I create one zoom app for my web app and one zoom app for my second app?
Appreciate your support in advance.

Error
{“status”:false,“errorCode”:4700,“errorMessage”:“Invalid redirect: [https://domain2.com/application/settings?zoom=true","result”:null]

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

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

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

  1. Login to App2.com as a user
  2. Enable Zoom integration
  3. The above error occurred

Hi @Delenta,

If these apps are hosted on different domains, the supported OAuth method would be to have two separate Zoom OAuth Apps.

Thanks,
Will