Do OAuth Market Place redirect_uri's have to have the same domain?

Description
I have not yet published my marketplace OAuth app, but wanted to know before doing so if it was acceptable to have a development redirect_uri and production redirect_uri that have different base domains. For example:

Development:

redirect_uri: app.devserver.com/oauth

Production:

redirect_uri: app.prodserver.com/oauth

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

Screenshots (If applicable)

Hey @crickarby,

That is totally acceptable! :slight_smile:

Thanks,
Tommy