在 WSO2 IS 5.0 中使用 SCIM 删除组的问题

Issue to delete a group by using SCIM in WSO2 IS 5.0

我正在使用 IS 5.0,我在使用 SCIM 服务的 wso2 IS 中删除了一个名为 'developer' 的组,但条目未从 table IDN_SCIM_GROUP 中删除。当获取同一用户的详细信息时出现错误

{"Errors":[{"description":"Groups not found in the user store for the filter: displayNameEqdeveloper","code":"404"}]}

所以我再次创建了相同名称的组 'developer' 但我收到以下错误

{"Errors":[{"description":"Error when adding SCIM Attributes for the group:     PRIMARY/developer A Group with the same already exists.","code":"500"}]}

感谢任何建议。

在usersore(demo.xml)中添加了SCIMEnabled 属性之后,就没有出现这个错误了。 SCIMUserOperationListener 负责管理组属性。只有在用户存储配置中将 SCIMEnabled 属性 设置为 true 时才会触发此侦听器。您可以从二级用户商店的 UserStoreManagement UI 启用此功能,并直接编辑主要用户商店的 user-mgt.xml。 (这里是JiRA