Oidc logout not returning with a redirect

With other oidc providers, requesting a GET of

https://domain/.../logout?id_token=…&post_logout_redirect_uri=some_valid_url

returns a 302 with the location header set to some_valid_uri.

With Keycloak 9.0.2, this call returns 200 and no redirect, it also proceeds to cause my UI to crash, but I’m guessing that the first problem is the real problem.

Is there some config that I missed on the server to get this working in a consistent manner to other providers (Okta in this case, though IIRC Cognito did the same).

Thanks - Guy

I guess, this is because:

https://issues.redhat.com/browse/KEYCLOAK-11603

missing OIDC RP initiated logout support.

Does someone know, when https://issues.redhat.com/browse/KEYCLOAK-11603 is planned to be implemented?