Hello, we are migrating from old system to keycloak, and I've implemented
several interfaces:
UserStorageProvider,
UserLookupProvider,
CredentialInputValidator,
CredentialInputUpdater,
UserQueryProvider
When I now go to Users tab and do View All Users, I do see some users
twice, once for those that logged in via keycloak and got local account
created (section 11.9.1 on server_development) and once because they are
listed due to UserQueryProvider - but I do not see any way to distinguish
between those entries. Both have Federatoin Link set to our Custom provider.
I ideally would love so see which user is local and which one is remote so
I know which users we still should migrated.
What is your strategy on this? Shall I tweak `getUsers` method to check
userLocalStorage() for already imported user and skip those?
Robert
Show replies by date