Results 331 comments of SimpleIdServer

Hello, Indeed there is an issue. According to the RFC7644 Section 3.4.2.2 (https://www.rfc-editor.org/rfc/rfc7644.html#section-3.4.2.2), attribute names and attribute operators used in filters are **case insensitive**. The issue will be fixed next...

Hello, The issue is fixed in the branch `master` and a pre-release package (version SimpleIdServer.Scim 2.0.17-ci-00346) is already available : https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim KR, SID

Hello, I used the latest version "2.0.17" and I couldn't reproduce the issue on my local machine. Following scenarios have been executed without error. 1. Add a user to a...

Hello, I tried to reproduce the bug with the latest version "2.0.17" but there is no error and the filter is properly working. ![CURL](https://user-images.githubusercontent.com/10213388/189640303-fe7cd061-94f0-4ffb-b4ea-f2aa55ab5f75.png) Can-you log and check the exception...

I checked again your scenario by using the version "2.0.17", enabling the authentication and using SQLServer and I obtained the expected result without any issue: ![image](https://user-images.githubusercontent.com/10213388/191246039-3c0ccf79-6781-4980-80af-890949f8dac3.png) Can-you please check the...

Hello, The errors 1, 2 and 3 are fixed in the branch `master`. * **Error 1** : Error is returned when Bad JSON is passed to the search operation. *...

Hello, Following changes have been made in the branch "master" and "release/v2.0.16" : * Add documentation to every operations. * Display enumeration values : `descending` & `ascending`. * Add example...

I checked the version v2.0.17 and "400 BadRequest" is returned by "POST /Users" but not by "POST /Users/.search". Some changes have been made in the `master` branch to fix this...