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

filtering uses wrong syntax #116

Closed
Captain-P-Goldfish opened this issue Jul 14, 2018 · 1 comment
Closed

filtering uses wrong syntax #116

Captain-P-Goldfish opened this issue Jul 14, 2018 · 1 comment

Comments

@Captain-P-Goldfish
Copy link
Contributor

according to RFC7644 chapter 3.4.2.2 filter values need to be surrounded by quotemarks

filter=userName eq "bjensen"

but charon rejects such a filter with the following error message:

{"responseStatus":400,"responseMessage":"{"schemas":"urn:ietf:params:scim:api:messages:2.0:Error","scimType":"InvalidFilter","detail":"Given filter operator is not supported.","status":"400"}","headerParamMap":{"Content-Type":"application/scim+json"}}

removing the quotemarks stops the error

@IsuraD
Copy link
Contributor

IsuraD commented Nov 5, 2018

This is already fixed in #102

@IsuraD IsuraD closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants