daviddelannoy
daviddelannoy
Hi @eldarj Could you please share a bit of your custom authenticator ? At least skeleton ? thanks
Hi, The below configuration (from standalone-ha.xml) worked until Keycloak legacy 19.0.3, with jdbc-store persistence, patching the `skipCacheStore` flag in `org.keycloak.models.sessions.infinispan.CacheDecorators` (see @thomasdarimont comment [here](https://github.com/keycloak/keycloak/pull/15619#issuecomment-1324374645) in cross PR #[15619](https://github.com/keycloak/keycloak/pull/15619)). ``` POSTGRES...
Hi @vilmosnagy If sessions were written by a kc20 (so Quarkus) to the database, yes it works fine, they are loaded on startup. It is only between a kc19.x.x-wildfly and...