SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Missing metadata update for 'Groups' provider

Open marcusca10 opened this issue 3 years ago • 0 comments

After the library update to support SCIM metadata, the group provider was not updated. InMemoryGroupProvider.cs is missing the code to update accordingly 'Metadata.Created' and 'Metadata.LastModified' on the following methods:

  • CreateAsync
  • ReplaceAsync
  • UpdateAsync

marcusca10 avatar Jan 19 '22 09:01 marcusca10