How to link again the unlink users in Keycloak User Federation? #10490
-
|
Hi, I link my LDAP users to Keycloak in I check in Keycloak docs that when user login in User Federation LDAP way then Keycloak will validate password directly to LDAP server. So, when I unlink users then the connection to validate password disabled. My question is there Keycloak provide a way to link again the unlink users in Keycloak User Federation? Also, why there's no confirmation like modal or alert that says "If you unlink users then you cannot link again the unlink users and your user cannot login because Keycloak cannot validate password to your LDAP server. Are you sure?". I also see the same issue that mentioned in StackOverflow: https://stackoverflow.com/questions/54615957/keycloak-gives-username-or-password-is-wrong-error-after-pressed-unlink-users. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
If its an option (u have no other state on it) the deletion of the user will fix your issue |
Beta Was this translation helpful? Give feedback.
-
|
Hi @satyakresna
Hope this help |
Beta Was this translation helpful? Give feedback.
Hi @satyakresna
I have a similar case with you and found the way to restore the unlink user to be the linked one again. I do it manually via the database
Hope this help