SimpleIdServer
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...
The issue is fixed in the `master` branch.
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...
The issue is fixed in the branch `master`.
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.  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:  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...