SimpleIdServer
SimpleIdServer
Indeed there is an issue :( It is already fixed in the branch `release\4.0.4`. KR, SID
Hello, I made some modifications in the `release/4.0.4` branch, the `CancellationToken` is now passed to the methods of `ISCIMRepresentationQueryRepository`. KR, SID
Hello, Indeed there is an issue. The HTTP PATCH request shouldn't be processed by the SCIM endpoint, because the `value` property contains a list of `path` for example : 'name.givenName'....
The issue is fixed in the branch `release/v3.0.4`. Finally, It will be possible to pass path into the `value` property. Request like this will be supported: ``` { "Operations": [...
Hello, We have made some modifications to adhere to the RFC. Now, by default, the `id` has the following characteristics: * CaseExact: true * Mutability : readOnly * returned: always...
Hello, First thank you for the proposal. We can include this feature for the next release ! KR, SID
It would be nice if you can work on it :) All contributions are welcomed !
Hello, indeed the `Sort` feature is not working. The issue is fixed in the `master` and the following modifications have been made : * Sort on any types of fields....
First sorry for the late reply and thank you to report this issue. The issue is fixed in the `master` branch. When the property specified by `sortBy` doesn't exist, then...
Hello, It is true that there is a minor regression in the GetReferences operation. The problem has been resolved in the 4.0.4 branch. A pre-release candidate version will be published...