OneLogin - OIDC - Implicit Flow - login_hint

2019-08-24 02:25发布

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

标签: onelogin
1条回答
神经病院院长
2楼-- · 2019-08-24 03:30

I received confirmation from the OneLogin support team that the login_hint query parameter is not currently supported, but may add it in the future.

查看更多
登录 后发表回答