Does anyone know if there is a workaround for OneLogin's lack of support of the login_hint parameter during the OIDC implicit flow request?
My main goal is to be able to pre-populate the username/email of the login page.
https://{subdomain}.onelogin.com/login
The redirect generated by the implicit flow requests to the login page does not include the hint information. The login form does however load the email address of the user the last sign in successfully, which is great, but not the best experience for first sign in.
I also noticed that you can pre-populate the mail address directly by calling the login page directly and provide an email query string parameter, however this does not meet our need.
https://{subdomain}.onelogin.com/login?email=user@example.com