Here is the scene. I'm using keycloak for kibana, and I want to add two keycloak IDPs in one keycloak. When I'm using different kibana, the kibana will redirect to appropriate keycloak IDP. But now I can only redirect to the master keycloak.
I know Identity Provider Redirector, but it's realm-specific. I cannot add a new realm because I only have one.
And the kc_idp_hint doesn't work for me. I tried using the url (http://localhost:5601?kc_idp_hint=idp1), the kc_idp_hint is lost when redirect to keycloak auth url (http://localhost:8080/auth/realms/master/protocol/openid-connect/auth?...)