You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Custom schema extensions will be parsed incorrectly. The following example will add bar: "some value" to the path "urn:scim:schemas:extension:foo:1.0".User instead of "urn:scim:schemas:extension:foo:1.0:User".
To Reproduce
Attempt a patch operation with a custom schema extension. e.g.
Expected behavior
Operations for custom schema extensions should replace the values at the correct path, both when path is defined and not defined in data.Operations.
The text was updated successfully, but these errors were encountered:
Describe the bug
Custom schema extensions will be parsed incorrectly. The following example will add
bar: "some value"
to the path"urn:scim:schemas:extension:foo:1.0".User
instead of"urn:scim:schemas:extension:foo:1.0:User"
.To Reproduce
Attempt a patch operation with a custom schema extension. e.g.
Expected behavior
Operations for custom schema extensions should replace the values at the correct path, both when
path
is defined and not defined indata.Operations
.The text was updated successfully, but these errors were encountered: