We created a client that redirects to the URI of my web application (standard Valid redirect uri field). Login is ok, but with logout return to “Invalid parameter:redirect_uri”
@gaetanolb This may help you depending on version of keycloak: Keycloak 18.0.0 released - Keycloak
bin/kc.[sh|bat] --spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true start
1 Like
Hi tried to add “–spi-login-pr…-legacy-logout-redirect-uri=true” to start command but it does not work with keycloak 20.0.3
Keycloak V21.1.1 in a container.
the option works fine.