Daniel Frąk
Daniel Frąk
Hello, That's a bit concerning! From what I understand, the username still has the correct case by the time we reach `UserModelFactory::create`. Therefore, it seems that the line *[userModel =...
Thank you for doing the work to document the issue and reproduce it! From what I see in the logs, the first and last test cases are fine - the...
A (very) quick Google led me to this Stack Overflow issue: https://stackoverflow.com/questions/69553369/how-to-access-the-original-case-sensitive-username-input-in-custom-user-storage Which points to this piece of Keycloak code: https://github.com/keycloak/keycloak/blob/bfce612641a70e106b20b136431f0e4046b5c37f/model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/UserCacheSession.java#L243 It seems like converting all usernames to lowercase in...
Is step 3 about changing the username in Keycloak itself? Am I correct in understanding that the DELETE method would need to be implemented legacy-side to do **something** so that...
Since you've discussed this with your team, DELETE is fine and will probably be easier to explain in the docs. One thing I ask for the PR is that you...
Great! It seems we're on the same page, then. I think the DELETE documentation would fit neatly in the `Optional - additional configuration` section of README.md. The toggle being off...
It's honestly hard to tell what could be wrong here. Things that come to my mind: 1) Are you 100% sure that the endpoint is not being called? 2) Are...
@edouardr But isn't there a `/` added on the very line you're linking to? I would rather say that the plugin requires you to *not* put a slash at the...
Hi! Sorry for getting to this so late. It looks like there is indeed a bug, though the bug appears to be in Keycloak itself. I have confirmed locally that...
Hello! Sorry for such a late reply, I didn't notice the open PR. Could you elaborate a bit on the need for these changes? From what I see, it seems...