Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Describe the issue:
In SCIM Specification there are several filters we can use. If a request sent to a unsupported filter, it shows 500 internal
error status code.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Describe the issue: In SCIM Specification there are several filters we can use. If a request sent to a unsupported filter, it shows 500 internal error status code.
How to reproduce: Send a request to https://localhost:9443/scim2/Users?filter=name.givenName+ne+kim (Here using unsupported filter ne)
Expected behavior: Status code 501(not implemented) should be provided instead of 500. [1]
Environment information (Please complete the following information; remove any unnecessary fields) :
References: [1]https://tools.ietf.org/html/rfc7644#page-68