I want to prepopulate email address of the user on the auth0 login page based on a few conditions.
I can see there is login_hint variable in php and in some other language sdks. However, I can not find login_hint paremetr in express js config setup. Is there any way to achieve this ?
Hey there @nd1 !
The same goes for express-openid-connect - You can add a login_hint
param to authorizationParams. I’m not sure why this isn’t documented
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.