Keycloak supports multitenancy at the user level via external storage and UserStorageSPI. Can realms similarly be stored in separate databases instead of a single Keycloak database?
Our use case requires one database per realm. Since the Map store, which might have enabled this, is no longer in development, can this be achieved using legacy storage?
If not, what alternative solutions does Keycloak offer?