simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
722 stars 96 forks source link

[SCIM] Replace representation doesn't check uniqueness #510

Closed gabrielemilan closed 1 year ago

gabrielemilan commented 1 year ago

Hello,

I noticed that if I make a PUT to edit the user, the code doesn't take into account the uniqueness of the attribute.

I think that the call to CheckSCIMRepresentationExistsForGivenUniqueAttributes in the ReplaceRepresentationCommandHandler is missing.

Can you please check?

Regards.

simpleidserver commented 1 year ago

Hello,

First thank you for your contribution :) The pull request has been merged into the branch release\v3.0.4.

KR,

SID

gabrielemilan commented 1 year ago

Ok thanks.

Can we have this version in nuget as prerelease?

simpleidserver commented 1 year ago

The Nuget package version 3.0.4 is available.

KR,

SID