wso2 / product-is

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.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

SCIM API returns 500 for invalid request body #19409

Open Avarjana opened 9 months ago

Avarjana commented 9 months ago

Describe the issue:

SCIM patch operation will return 500 when operations key is sent without the uppercase O as in Operations. Docs should be corrected as well: [Doc]

How to reproduce:

Expected behavior:

Response should be 400 instead of 500.

AnuradhaSK commented 9 months ago