"gt, ge, lt, le using these operators on Boolean and Binary attributes SHALL cause a failed response (HTTP status code 400) with "scimType" of "invalidFilter"."
But, I tried following query,
"active lt \"true\""
and got this condition as output ,
active < "TRUE"
Hi @logston ,
RFC 7644, page no 17 and 18 says,
"gt, ge, lt, le using these operators on Boolean and Binary attributes SHALL cause a failed response (HTTP status code 400) with "scimType" of "invalidFilter"."
But, I tried following query,
"active lt \"true\""
and got this condition as output , active < "TRUE"
There should be an exception here right?