You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
What:
Keycloak allows to pass client suggested identity provider
https://www.keycloak.org/docs/latest/server_admin/index.html#_client_suggested_idp
It's a great feature which helps to specify exact IDP needed for specific client.
Keycloak Gatekeeper doesn't support passing of this parameter as of now (couldn't find it in docs).
There could be two options:
kc-idp-hintas a configuration option, so that gatekeeper can set it's own suggested idp.?kc_idp_hint=which would open desired idp.One doesn't exclude another so it can support both.
Reference:
idp-hintas a configuration option #495