I played around with the filter parser and I've observed that if you try to use 3 or more cases, it fails. Example:
userName co 'foo' or userName co 'bar' or userName co 'baz'.
To my knowledge, the SCIM specification does not specify a limit of only 2 terms.
I played around with the filter parser and I've observed that if you try to use 3 or more cases, it fails. Example:
userName co 'foo' or userName co 'bar' or userName co 'baz'.To my knowledge, the SCIM specification does not specify a limit of only 2 terms.