You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "kjthorpe18 (via GitHub)" <gi...@apache.org> on 2023/12/12 14:19:31 UTC

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

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"
      ],
      "Operations":[
         {
            "op":"remove",
            "path":"members",
            "value":[
               {
                  "value":"aaebb169-b91d-481c-9957-097faeaf649a"
               }
            ]
         }
      ]
   }
   ```
   
   This is not exactly how the SCIM specification says to remove members, but it should be easy enough to support this style of patch oepration.


-- 
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 specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


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

Posted by "kjthorpe18 (via GitHub)" <gi...@apache.org>.
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 specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org