SimpleIdServer
SimpleIdServer copied to clipboard
[SCIM] userName attribute should be case insensitive
Hello, how are you?
In RFC 7643 is is stated the the userName attribute is case insensitive. When filtering on a username with a different case, it does not work.
See attached screenshot.

I'd like your assistance with a fix to this issue 🙏
Kind regards Dan
I also found out that my displayName attribute (the name of the group) is defined as "caseExact": false, but when filtering on it with a different case it does not work.
The issue should be fixed on different operations :
- Equal : DONE
- Not Equal : DONE
- Start with : TODO
- End with : TODO
- Contains : TODO
This bug is fixed in the branch "release/v3.0.4".