ksakai

Results 5 comments of ksakai

The filter conditions specified in the Patch request are contained in `scim.PatchOperation.Path.ValueExpression` as `filter.Expression`. ※ The actual implementation of filter is "github.com/scim2/filter-parser/v2". Using this, you can expand and perform logical...

I am also one of those who are experimenting with PATCH implementation. Although it might be a simple implementation with questionable maintainability, I am working on it in the following...

No, the meta attribute object does not need to be included in the response. Based on what I found, the following specifications seem to be related to the meta attribute...

I was curious, so I investigated on my end as well. Check this behavior by adding the following test case to TestOperationValidator_ValidateUpdate in internal/patch/update_test.go: ```golang {valid: map[string]interface{}{"op": "add", "value": map[string]interface{}{"test:PatchExtension":...

~I was able to confirm the RFC specification regarding this.~ As outlined in the Filtering section, a path consisting only of the specified URI does not seem to be a...