Connecting Keycloak to user DB

When using Keycloak for an existing service, is it common to merely use Keycloak as an authentication service and use your regular database for the users that you had prior to using Keycloak?

That’s a valid use-case and many customers of mine are using this.
You can implement the UserStoragProvider SPI to connect agains any datasource you like.
See also my answer here:

1 Like