Pass login_hint parameter to adfs login

Hi,
I am using ADFS as Identity provider . Keycloak redirects to adfs SSO page https:///adfs/ls.

https://<HOST_NAME>/realms/testrealm/protocol/openid-connect/auth?&login_hint=demouser@test.com&redirect_uri=REDIRECT_URI

But this login_hint parameter is not getting appended to https:///adfs/ls so that the username is not auto populated.

Please advice the required configuration.

Have you enabled the switch to forward the login_hint parameter in your IdP settings? It’s somewhere hidden under “Advanced settings” or similar…

No, There is no login_hint parameter settings in keycloak version: 25.0.0 under identity provider settings.

Please suggest any custom mappers or protocol configuration that need to be configured.

There is the login_hint parameter setting… :roll_eyes:

login_hint

1 Like

Please let me know the keycloak version you are using.

I’m using the latest version, 25, and it’s been there since… I don’t know… years!?


This is under the advance settings. I could not find Pass login_hint parameter.