Ready to post? 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?
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.