[SCIM] Regression sending notification when remove group
Hello, I think there is a regression. Now, when we delete a group, only one notification is sent. In the old version (I don't remember the exact version), two notifications were sent, one to remove the group and one with the list of users removed from the group.
Can you please check?
Hello,
Indeed, since version 5.0.3, a new attribute has been added to SCIM.
When the property IsGroupPublishEvtsEnabled is set to false, the event is not published.
Could you please set this property to true and try again?
Kind regards, SID
Hello, I tried the last version 6.0.6 with IsGroupPublishEvtsEnabled = true, but I receive only one messagedeleting the group:
Can you please check?
Hello,
If the group is empty and does not contain any references to users, only one event — RepresentationRemovedEvent — will be published.
If the group contains a user, two events will be published: RepresentationRemovedEvent and RepresentationRefAttributeRemovedEvent.
The latter event will include a reference to the user.
Kind regards, SID
Hello, I tried and I received multiple messages, but is it possible to have the user notifications? Because is hard to understand when the user is removed from the group.
For example I tried to remove a group with two users inside, I received all the messages with the userid as representationId:
Regards.
Hello,
Some changes have been made to the master branch to ensure that only a single attribute is raised when a reference attribute is added or removed. Each attribute now includes the following properties:
- RepresentationId – the user ID
- ResourceType – User
- FromRepresentationId – the group ID
- FromRepresentationType – Group
- Realm
Can-you fetch the master branch & try again?
ok is it in prelrelease version?
Hello, what is the ETA?
Hello @gabrielemilan ,
The NuGet package version 6.0.7-rc1 has been published. Could you please try again?
Kind regards, SID