SimpleIdServer
SimpleIdServer
Indeed, there is an issue in the function 'SCIMRepresentationCommandRepository.FindAttributes.' It executes the following MongoDB instruction and causes a performance problem. I rewrote the algorithm, and the code is available in...
Hello, There is a breaking change in the SCIM library between versions 4.0.3 and 4.0.4. Specifically, two columns have been added to the `SCIMRepresentationAttribute` : 1. **ComputedIndexValue**: This column now...
When the property `IsComputed` is set to true, the attribute is automatically calculated by SCIM. Examples include the properties 'type' and 'display'. The property `ComputedValueIndex` is a concatenation of the...
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...
Hello, There is no need to create an another ticket, all the bugs can be reported into this ticket. Both bugs are fixed in the branch `release/4.0.5`. KR, SID
Hello, I can publish a pre-release next thurdsay (12/10). KR, SID
@polybogdan : The release `4.0.5-rc1` is published ! https://www.nuget.org/packages/SimpleIdServer.Scim/4.0.5-rc1
Hello, The SchemaAttributeId is getting erased because the navigation properties are not considered in the `BulkInsertAsync` instruction :(. The issue has been resolved in the master branch. Could you please...
Hello, Certainly, the SchemaAttributeId can be designated as a required property in the Entity Framework Configuration. I would appreciate it if you could submit a pull request with your suggested...
Hello, Could you please provide more details about this ticket? The solution `SimpleIdServer.CredentialIssuer.Host` can be built on my machine without any problems.