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

Is federation via IBM DB2 possible? #32

Closed CM4115 closed 1 year ago

CM4115 commented 2 years ago

I tried adding the jdbc driver for db2, but in the federation setup it refuses to connect to the db. I'm new and exploring thanks :))

viniciusuriel commented 1 year ago

HI @CM4115 it is possible but will require some modifications in source code for proper driver registration, which driver are you using, can you give me a few more details?

CM4115 commented 1 year ago

Hello, thank you for your comment. I did manage to put jdbc db2 driver and its working. I just forgot to close this issue. Thank you once again.