Hi,
If I trigger a OpenId Connect login to my Auth0 domain the login_hint param disappears when the /authorize endpoint returns the https://login.windows.net//oauth2/authorize location redirect for sso.
If I instead start from https://YOUR-DOMAIN.auth0.com/login?client=YOUR_CLLIENT-ID the entered email is kept as login_hint, and I dont have to enter the email once again on microsofts page.
Do I need to add some AuthParam or something to my OpenId Connect request to make Auth0 forward the login_hint param?