Hi all, I have been using SCIM 2.0 REST API of the wso2 Identity Server for testing my Ballerina SCIM 2.0 connector and I encountered some issues in the Identity Server SCIM implementation.
- When I try to update some of the attributes of Identity Server resource User, it gives an internal server error and removes many of the attributes of the specified user. Please refer the below case. This is the existing User in the Identity Server User store. I try to update the displayName of this user by sending a PATCH request to https://localhost:9443/scim2/Users/1a3e769d-cbd3-475d-abef-ce275ab22c4e <https://localhost:9443/scim2/Users/98951f31-e595-4b53-842e-d928c1396a4a> with a json body. Ideally, this should update the relevant field but instead gives an error. Further, it *removes many of the other fields from the specified User* in the user store. Now the specified User would look like below. This same issue happens when for few other attributes like emails, externalId, and userType when try to execute a PATCH request. -- *Tharindu Malawaraarachchi* Software Engineer | WSO2 [email protected] +94 719340143 <+94%2071%20934%200143> https://www.linkedin.com/in/tharindun/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
