[keycloak-user] Keycloak User Storage SPI with external data base based on Spring Security

Dmitry Telegin dt at acutus.pro
Mon Jul 2 17:13:50 EDT 2018


Hi Alvaro,

In addition to user storage provider, you'll need to implement a
org.keycloak.credential.hash.PasswordHashProvider. Use
Pbkdf2PasswordHashProvider as a reference.

Cheers,
Dmitry Telegin
CTO, Acutus s.r.o.
Keycloak Consulting and Training

Pod lipami street 339/52, 130 00 Prague 3, Czech Republic
+ 42 (022) 888-30-71
E-mail: info at acutus.pro

On Mon, 2018-07-02 at 18:12 +0200, Alvaro Abella wrote:
> Hi,
> I followed this example https://github.com/keycloak/keycloak-quicksta
> rts/
> tree/latest/user-storage-jpa and I modified to connect with my Oracle
> database after a little work with Jboss.
> Now, I can view all users on my Keycloak admin panel, but I can't
> login
> with them into his account because password are cyphered with Bcrypt.
> How do you usually deal with this situations? Has anyone integrated a
> Spring-Security-based database with keycloak?
> 
> Thanks!
> 
> 


More information about the keycloak-user mailing list