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

Keycloak 19 support #19

Closed xsuchy09 closed 2 years ago

xsuchy09 commented 2 years ago

Hi, first of all thanks for your work. It looks like Keycloak v19 is not supported. When I try to add new User Federation just unknown error is returned:

User federation provider could not be created: unknown_error

Log (with many other messages):

keycloak | 2022-08-08T12:37:45.090310671Z 2022-08-08 12:37:45,089 ERROR [org.keycloak.services.error.KeycloakErrorHandler] (executor-thread-27) Uncaught server error: java.lang.NullPointerException keycloak | 2022-08-08T12:37:45.090348970Z at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)

viniciusuriel commented 2 years ago

Hi there, after some research I found out that there is a bug in keycloak new admin theme. That bug prevents, keycloak admin interface from rendering configuration properties for any custom provider, including this one, of course. You can check this bug status on the following links:

Fortunately, there is a way to workaround it: