Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
bdemers commented on code in PR #448: URL: https://github.com/apache/directory-scimple/pull/448#discussion_r1424365505 ## scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java: ## @@ -465,6 +467,39 @@ public void deleteItemWithComplexFilter()

Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
bdemers commented on code in PR #448: URL: https://github.com/apache/directory-scimple/pull/448#discussion_r1424361352 ## scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java: ## @@ -465,6 +467,39 @@ public void deleteItemWithComplexFilter()

[PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
kjthorpe18 opened a new pull request, #448: URL: https://github.com/apache/directory-scimple/pull/448 Azure sends PATCH operations to remove members from a group of the following form: ``` { "schemas":[ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],

Re: [I] DefaultPatchHandler does not handle Group member remove operations correctly [directory-scimple]

2023-12-12 Thread via GitHub
kjthorpe18 commented on issue #436: URL: https://github.com/apache/directory-scimple/issues/436#issuecomment-1852165423 @bdemers Started https://github.com/apache/directory-scimple/pull/448 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Handle azure style remove member operations [directory-scimple]

2023-12-12 Thread via GitHub
kjthorpe18 closed pull request #447: Handle azure style remove member operations URL: https://github.com/apache/directory-scimple/pull/447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[PR] Handle azure style remove member operations [directory-scimple]

2023-12-12 Thread via GitHub
kjthorpe18 opened a new pull request, #447: URL: https://github.com/apache/directory-scimple/pull/447 Azure sends PATCH requests to remove individual members from a Group of the style ``` { "schemas":[ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],