-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Country Selector AFTER clicking eidas identity provider #15
Comments
Hello, you will need to adjust your Browser authentication flow set remove the Username password form. This should allow keycloak to see that it only has 1 IDP avaiable and therefore display the country selector page. |
But that would then disable username/password. I still want to keep this method active. |
This behavior is a "limitation" of Keycloak. By default, its login template displays only one selected Identity Provider (IDP) at a time. To customize this, you have two options: Custom Login Template – Create a custom Keycloak login template where you can display multiple IDP buttons as needed. |
That is what I have, the problem that occurs is that the Country Selection Step is still being "forced". I tried placing the step lower in the flow chain but when I click its button, it doesn't let me select the country (which leads me to believe it will just trigger an error in a further step) |
Any update on this? |
Hello,
Is it possible to get the Country Selector after clicking the eidas identity provider button ? Most users use username/password to authenticate and always having to click "Try another option" is not end-user friendly.
Thank you !
The text was updated successfully, but these errors were encountered: