-
Notifications
You must be signed in to change notification settings - Fork 325
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
Accept any query string for externalId #1330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any change to the API should also have a test added that makes use of that API functionality to A) document the desired behaviour and B) avoid future regressions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(comment would be nice, otherwise looks good!)
f17f336
to
a4899e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved, but please add the something along the lines of the comment i suggested.
Co-authored-by: fisx <mf@zerobuzz.net>
This PR will update the behaviour of
GET /scim/v2/Users?filter=externalId eq "<x>"
. Without this PR if<x>
is not en email the endpoint will return a400
. With this PR it will return an empty result set.For context: https://wearezeta.atlassian.net/browse/SQSERVICES-204