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
693 stars 91 forks source link

[SCIM] Error on GET Groups / Users using the filter by id 4.0.4 #596

Closed polybogdan closed 9 months ago

polybogdan commented 9 months ago

Hello,

I'm facing getting an error when filtering by id in groups and users:

image

I know it can be bypassed by calling the /Groups/1dc38a35-e4a2-4d7c-8940-c204db0cf3e8 yet an application that currently uses the SCIM doing call by passing multiple id es: /Groups?filter=id eq "1dc38a35-e4a2-4d7c-8940-c204db0cf3e8" or id "7a704f9c-bb1b-4ca9-ba48-aed1c7ea7d70"

simpleidserver commented 9 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 9 months ago

Hello,

With the 4.0.5 the issue seems to be fixed: image

BR

Bogdan