Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support emails value filtering without value property #11

Closed
spencerkittleson opened this issue Nov 12, 2019 · 2 comments
Closed

Support emails value filtering without value property #11

spencerkittleson opened this issue Nov 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@spencerkittleson
Copy link

Currently filtering by user emails without property doesn't work. It be appended with .value to work properly.

See: https://tools.ietf.org/html/rfc7644#section-3.4.4.2
RFC Example: userType eq "Employee" and (emails co "example.com" or emails.value co "example.org")

Or simply: emails co \"example.com\"

Tests found here:

public void When_Parse_And_Execute_Filter()

@simpleidserver simpleidserver added the bug Something isn't working label Nov 12, 2019
@simpleidserver
Copy link
Owner

The issue has been moved to the next release

thabart added a commit that referenced this issue Nov 16, 2019
…ithout value property + correctly parse grouping filter + add license header
@simpleidserver
Copy link
Owner

simpleidserver commented Nov 16, 2019

The bug is fixed in branch release/1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants