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
719 stars 94 forks source link

[SCIM] Error patch on 4.0.4 #595

Closed gabrielemilan closed 4 months ago

gabrielemilan commented 1 year ago

Hello,

I face this error using 4.0.4 version:

{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations":[ { "op":"replace", "path": "active", "value": false } ] }

image

simpleidserver commented 12 months ago

Hello,

Due to the modifications made in the release "4.0.4" to improve the performance of the SCIM project, there are some unexpected regressions :(

The issue has been fixed in the branch "release/4.0.5" :)

If you notice any other regressions, please don't hesitate to create bug tickets.

Best regards,

SID

polybogdan commented 12 months ago

Hello,

Testing the 4.0.5 we noticed the following issues:

  1. Patch on a mongo database that has a lot of data the patch returns a server error: image

  2. Fields updated with the patch operations are added also as properties in the name and email objects image image

Let me know if you prefer creating different bug tickets for the issues above.

Regards

Bogdan

simpleidserver commented 12 months ago

Hello,

There is no need to create an another ticket, all the bugs can be reported into this ticket. Both bugs are fixed in the branch release/4.0.5.

KR,

SID

polybogdan commented 12 months ago

Hello,

Thank you for the prompt resolution. I would like to confirm that both issues have been accurately addressed.

Could you please provide an ETA for a pre-release of these fixes?

Regards,

Bogdan

simpleidserver commented 12 months ago

Hello,

I can publish a pre-release next thurdsay (12/10).

KR,

SID

simpleidserver commented 12 months ago

@polybogdan : The release 4.0.5-rc1 is published !

https://www.nuget.org/packages/SimpleIdServer.Scim/4.0.5-rc1