SimpleIdServer
SimpleIdServer
Hello, Thank you for your feedback. :) The issue has been resolved in the master branch. KR, SID
Oops! The build has been fixed in the `master` branch.
I made some modifications in the `master` branch to enhance performance during querying. There was an issue with the following code: ``` IQueryable representationAttributes = from a in _scimDbContext.SCIMRepresentationLst.AsQueryable() join...
I made some modifications in the master branch to improve performance with MongoDB. The issues you mentioned have also been fixed. Could you please fetch the latest changes and try...
The following issues have been fixed in the`master` branch : * /Users?filter=groups[display eq "GroupName"] * /Users?filter=id eq "66afdcc9-93b3-446d-a875-8f9f07b5e281" Regarding the HTTP request /Users?sortBy=name.familyName&sortOrder=ascending&filter=name[givenName co "Bodgan"], I attempted to reproduce the...
I believe I have identified the issue with the sortBy operation and the exception "Value cannot be null" Could you please pull the latest changes from the master branch and...
Indexes are automatically created by the SCIM server during its startup. Could you please check if the following indexes are created in the SCIMRepresentationAttribute collection? * RepresentationId_1_SchemaAttributeId_1_ValueString_1 * RepresentationId_1 Code...
Hello, The Nuget package `4.0.7-rc1` https://www.nuget.org/packages/SimpleIdServer.Scim is available :) KR, SID
It is normal for this issue to occur. You are attempting to replace the 'name' attribute, but the required attributes specified in the HTTP request are not being passed. The...
There are two methods to update the name property. Update the entire name property and pass the required parameters. If the sub-properties are not present, they will be removed. ```...