Open finrod2002 opened 5 months ago
@finrod2002, which SCIM service provider were you using that generated PATCH requests of this form?
@kqarryzada
This was Microsoft/Entra/Azure Scim provider. I use the validator here, this has to pass before an app can be published in the Microsoft Enterprise gallery.
Describe the bug
When using the following code
in the result the nested fields are added instead of replaced.
patchRequest has the following body
something like the following is produced
To Reproduce
With resourceJson set to the following JSON
With patchToBeApplied set to
Result is
Expected behavior The following pached JSON would be excpected.
Additional context Add any other context about the problem here. For example:
SCIM 2 SDK version 3.0.0
Edit1: Improve JSON code formatting Edit2: Add Java sample code