**Bug in Auth0 reset password flow **
After a user resets their password using the forgot password flow (clicks forgot password → Gets an email → clicks link → resets their password) if they refresh the page the following screen is shown with content displaying “some body keys are invalid”.
My issue is similar to this : https://community.auth0.com/t/after-resetting-password-if-a-user-refreshes-the-page-they-see-some-body-keys-are-invalid/92389:
I got a response from Auth0 community with this solution.
Using a cookie to store information about the application the user is using, and from the tenant login URI redirect the user to the right app.
Unfortunately in our case the TLD varies for each application so the solution will not work for us.
It would be great if you can provide a direct solution for this.