opensingular / singular-keycloak-database-federation

Keycloak User Storage SPI for Relational Databases (Keycloak User Federation, supports postgresql, mysql, oracle and mysql)
Apache License 2.0
120 stars 57 forks source link

Keycloack User Federation Existing DB With PBKDF2-SHA256 #50

Open luhtaf opened 12 months ago

luhtaf commented 12 months ago

i try to connect keycloak to existing database with user federation jdbc, my existing db is using pbkdf2-sha256, how i write query to find salt password or how to define salt, round and key length of pbkdf2-sha256 setting

image