SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

[SCIM] Error on uniqueness check on 3.0.4

Open gabrielemilan opened this issue 2 years ago • 3 comments

Hello, following the bug #510 , I noticed that in the new version 3.0.4 the check of uniqueness doesn't work at all.

It seems that the problem is on flatten data:

image

In the document there is no representation and representationId, the code to check the unique field, try to get the representation using representationId, that is always null.

To test the bug you can add two users with same userName.

P.S.: I noticed that now there is this new collection for flat attributes, why not using the flat attributes inside representation document? Why duplicate the data?

Can you please check?

gabrielemilan avatar May 26 '23 12:05 gabrielemilan

I m going to take a look to this problem asap.

Kr,

Sid

simpleidserver avatar May 26 '23 12:05 simpleidserver

Hello,

Due to the changes made on the ticket #416, there is a small regression with the Add function. The issue is fixed in the master branch. We will publish a release candidate, when all the bugs related to SCIM are fixed.

KR,

SID

simpleidserver avatar May 26 '23 19:05 simpleidserver

The release 3.0.5-rc1 is published. It contains the following features : https://github.com/simpleidserver/SimpleIdServer/projects/56

simpleidserver avatar May 31 '23 18:05 simpleidserver