New universal lacks support of redirect_url specific to organization and application in Reset Password confirmation

We switched to new universal to be able to use organizations.
But a bit too late we found out that users are left with no path to continue once they are Setting or Resetting their password.
Auth0 removed support for the redirect_url from the email that reset password could before access, and allows you only setting that on application level.
As an example - if I have 2 organizations and 2 applications: Organization1, Organization2, and application1 and application2,
we have 4 different urls options where we need to send users depending the company they belong to(organization) and the type of user they are (application) :

  • organization1, application1
  • organization2, application1
  • organization1, application2
  • organization2, application2