[keycloak-user] Architecture for Multiple DB
Marek Posolda
mposolda at redhat.com
Wed May 3 07:16:41 EDT 2017
This depends on how exactly you implemented your user storage SPI. It's
up to you to specify if your custom user storage is read-only, if it
supports registration of new users, which attributes of users need to be
in your storage, which credential types (for example you can specify
passwords to be in your postgresql based storage when the TOTP
credentials will be in the mysql based storage etc).
There is documentation in "Server Developer" guide. Also we have
examples in the keycloak-examples distribution in the directory "providers".
Marek
On 03/05/17 11:33, rohit chaudhary wrote:
> Hi,
>
> I implemented Custom User Storage Spi, connected users db(postgresql) and
> also changed keycloakDS to mysql. So, I have a doubt that now my users will
> be stored in mysql or postgresql? And if I want to add one more user db,
> how the users will be merged and in which db they will be? And how about
> sync of all db?
>
> Thanks in advance
>
> Regards,
> Rohit
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
More information about the keycloak-user
mailing list