You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: