Captain-P-Goldfish / SCIM-SDK

a scim implementation as described in RFC7643 and RFC7644
https://github.com/Captain-P-Goldfish/SCIM/wiki
BSD 3-Clause "New" or "Revised" License
121 stars 38 forks source link

ID missing after patch in update-method #615

Closed Captain-P-Goldfish closed 6 months ago

Captain-P-Goldfish commented 6 months ago

As in version 1.21.x patch should also pass the ID of the resource to the update-method by adding it to the resource. In 1.22.0 the ID is filtered in the resource-validation and removed before the update-method is called