wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

lastModified attribute of the groups does not update #19244

Open somindatommy opened 8 months ago

somindatommy commented 8 months ago

Describe the issue: When a group is modified in the following scenario, the last modified attribute of a group needs to be updated.

How to reproduce:

  1. Create a group.
  2. Navigate to IDN_SCIM_GROUP and notice the value of the urn:ietf:params:scim:schemas:core:2.0:meta.lastModified attribute.
  3. Update the name of the group.
  4. Check urn:ietf:params:scim:schemas:core:2.0:meta.lastModified attribute. The value remains the same.
  5. Now add or remove users from the group.
  6. Check urn:ietf:params:scim:schemas:core:2.0:meta.lastModified attribute. The value remains the same.

Expected behavior: Modified time needs to change when ever a change is done to the group.

Environment information (Please complete the following information; remove any unnecessary fields) :


Optional Fields

Related issues:

Suggested labels:

DMHP commented 8 months ago

I am removing this issue from the IS 7.0.0 project board based on the complexity and the IS -7.0.0 timelines.