rsatrio / Keycloak-Federation-ExistingDB

Keycloak Custom Module for User Federation with Existing DB
MIT License
43 stars 8 forks source link

#2 Fixed not compiling on later versions of Keycloak #3

Closed danelec-hpm closed 7 months ago

danelec-hpm commented 7 months ago

Added keycloak-model-legacy dependency for backwards compatibility Updated version to 21.1.2 (as this is the current stable version) The realm argument is now first in the Keycloak UserLookupProvider class and therefore the FederationDBProvider has been updated with these changes. Also arg0 and arg1 was renamed to proper names.

rsatrio commented 7 months ago

@danelec-hpm thanks for your contribution in updating the code