When processing the filter parameter, attribute names are looked up in a case-sensitive way. For example if I query /scim/Users?filter=emails%20co%20nhumble it works, but /scim/Users?filter=Emails%20co%20nhumble gives an invalid filter error.
The operators are properly case-insensitive, but the attribute names are not.