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

Don't crash if a secondary attribute can't be stored, but log the error #12

Closed dla-c-box closed 2 years ago

dla-c-box commented 2 years ago

We can still authenticate the user if we have at least the username in his record. If there is an error filling the extra fields, we want to keep going, but log the error so the admin can do something about this user's extra fields.

viniciusuriel commented 2 years ago

Great, thank you!