Hi,
We're working on upgrading to Keycloak 3.4.3. We hit a weird issue where
it looks like some backwards compatible code isn't working right in the
client adapter. We found this block which seems suspect
https://github.com/keycloak/keycloak/blob/3.4.3.Final/services/src/main/j...
It looks like the values for redirectUri and redirectUriParam are actually
backwards. We see the session_state query param in the value of
redirectUri not redirectUriParam, and this causes the next check for the
values being equal to fail.
John