Can login_hint be disabled for the universal login?

Ready to post? :mag: First, try searching for your answer.
Hi,

I setup an OpenID Connect to provider to authenticate user and identifer-first flow, and the req has the ‘login_hint’ field. Is there a way not sending that field in the auth call request so user can choose a different username to login?

Thanks,
Chong

Hi @chong_zhang

Thank you for reaching out!

I believe the closest approach could be the one detailed in our following Knowledge Article that describes how to still send the login_hint field, but in such a way that it’s ignored by the IdP.

Another possible solution that is specifically for OIDC as is your use-case could be this one, please take a look when you have a moment.

Hope this helped!
Gerald

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.