最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

scim2 - SCIM and Entra ID: If a Group is removed from provisioning MS sends a Patch Request UpdateGroup with "add membe

programmeradmin6浏览0评论

If I remove a group from provisioning MS Entra ID sends this PATCH operation:

"Operations": [
{
  "op": "Add",
  "path": "members",
  "value": "user2"
}
]

Actually I thought that a remove patch request should be sent like:

"Operations": [
{
  "op": "Remove",
  "path": "members",
  "value": "user2"
}
]

If the user is only member of 1 provisioning group thats no problem because afterwards the user is in my case deleted as well.

But if we have the following szenario:

2 groups are configured in MS Entra ID for provisioning:

Group A (with member user1 and user2) Group B (with member user2)

If now Group B is removed the user object stays in my target system in both groups (A and B) because of the "member add" PATCH request.

Does anyone have the some problem with "add member" instead of "remove member" or a solution for this behavior?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论