Office 365/Azure AD login hint is not updated when navigating back from Office 365/Azure AD login screen to Auth0 login screen.
Steps to reproduce:
1) Enter a single-signon username/email in Auth0 login screen for your application and click Login
2) Notice that email address is displayed on Office 365/Azure AD "Enter password" page
3) Click browser "Back" button to return to Auth0 login screen
4) Enter a new username/email address in Auth0 login screen and click login
5) Notice that the email address specified in Step 1) is displayed on Office 365/Azure AD "Enter password" page
Investigating the login.microosft.com URL parameters, I notice that login_hint is set to the first email address.
Causing some confusion for some of our users.
Any configuration that needs to be changed in Auth0 for this to work?