Am I understand correctly, that you always use keycloak.js adapter and
you always redirect to Keycloak, but in the case (1), you login directly
in Keycloak (username + password screen on KC side) and in case (2), the
Keycloak redirects to ADFS Idp with the usage of identity brokering?
Marek
On 26/02/2019 12:56, David Rodriguez wrote:
I have integrated keycloak with a web application using the java
adapter
(no changes on the Angular frontend, just backend) We have several clients
in our aplication, and we have the option of chosing among them through a
query string on the URL. For example:
https://localhost:8443/myapp/#/login?client=TEST-CLIENT
If I use Keycloak as an IDP, it works fine, as the query string is kept.
But using ADFS as an IDP, the quey string is lost, so I don't get to the
correct client (TEST-CLIENT in this case) when redirected.
Any idea how to keep the whole url in order to make it work?
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user