I Have created custom app with OAuth 2.0 (User or Client Authentication) Authentication Method using enterprise app.
How use the single custom app to multiple environment of same application. example: if URI for dev is http://test-dev/#/ and beta is http://test-beta/#/.
I can only able to enter single Uri in Redirect URI column configuration tab of custom app.
Do I need create multiple app for multiple environments?

thank you