SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

[SCIM] userName attribute should be case insensitive

Open danflomin opened this issue 2 years ago • 3 comments

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. image

I'd like your assistance with a fix to this issue 🙏

Kind regards Dan

danflomin avatar Apr 27 '23 08:04 danflomin

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.

danflomin avatar Apr 27 '23 09:04 danflomin

The issue should be fixed on different operations :

  • Equal : DONE
  • Not Equal : DONE
  • Start with : TODO
  • End with : TODO
  • Contains : TODO

simpleidserver avatar Apr 28 '23 09:04 simpleidserver

This bug is fixed in the branch "release/v3.0.4".

simpleidserver avatar Apr 28 '23 13:04 simpleidserver