I see that there are these 2 topics for which the suggested solution is to create the application again on the new tenant and import / export the users.
However, this does not solve the problem of the application secret changing, which would result in apps breaking.
Also, the auth0 hash (the token sub) would change when re-creating the users so the apps’ existing databases may be invalidated.
Is there any way to move an application to a new tenant while maintaining the same secret and also have all user hashes generated exactly the same?