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
116 stars 56 forks source link

provider not working with keycloak 19.0.3 #26

Closed KDMRyanT closed 1 year ago

KDMRyanT commented 1 year ago

Hello, Was working with keycloak 18 previously and this provider/extension was working perfect! However, I have now switch my dev setup to keycloak 19.0.3 ( latest ) and have placed the jar packages in /opt/keycloak/providers under keycloak 19.0.3. On running start-dev, I see under user federation the singular-keycloak-database-federation. I go to try and setup 1 to either postgres or oracle and on placing the same parameters within it, on hitting save I get a "unknown_error" displayed from keycloak 19.0.3.

Is this provider/extension compatible with 19.0.3? Should I be compiling the extension with keycloak 19.0.3 set in pom.xml ( out of the box/git pull keycloak version is set to 17.0.1

Please advise

viniciusuriel commented 1 year ago

Hello, have you checked if the problem you are facing is the same described in issues #19 and #25 ?

KDMRyanT commented 1 year ago

Hello, I have done this now and it is working under keycloak theme. Thank you. From what I have read on those issues - looks like this is solved with the nightly build of the theme? Has anyone tested?

viniciusuriel commented 1 year ago

Hi, I am glad you manage to solve it. I have not tested it again, but I think I would rather wait for a new release with this bug fixed than using nightly releases.