Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User update or delete applied to the wrong user #29

Closed
jgrodziski opened this issue Sep 3, 2021 · 1 comment
Closed

User update or delete applied to the wrong user #29

jgrodziski opened this issue Sep 3, 2021 · 1 comment

Comments

@jgrodziski
Copy link
Owner

The keycloak.user/user-id function has a very bad behavior:
Retrieveing the user-id from a user implies to use the search-user feature of the Keycloak REST API and we get the first result, but the API does a wilcard search and sometimes another user can be retrieved if the username share a substring of another username. Now the user-id is returned only if an exact match is made with one or all of the input attributes.

@jgrodziski
Copy link
Owner Author

Fixed in version 1.17.16

jgrodziski added a commit that referenced this issue Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant