I use Keycloak 15.0.2 and for testing I have setup 3 realms: A, B and backend.
I have connected A->backend and B->backend with individual broker clients A and B in the backend realm.
In the OpenId Connect Config I enabled Backchannel Logout. If I now log into A and B (for testing purposes just the security admin console), I have sessions in A, B and backend.
If I now logout from A, my session is removed in A and the backend, but it is not gone in B? What do I miss that I will get logged out in B as well?
But this seems to have no effect.