SimpleIdServer
SimpleIdServer
Hello, The tables "SCIMRepresentationLst", "SCIMSchemaLst", "SCIMAttributeMapping" don't have a valid "ResourceType" value. This property contains a "s" character at the end and it should be removed. Please execute this SQL...
Hello, Indeed there is an issue in the PATCH operation. I'm going to take a look and fix it ASAP. Kind regards, SimpleIdServer
The issue should be fixed in the branch "release/2.0.9". There was an issue with the `IsSimilar` algorithm.
Indeed the "RemoveUnusedAttributed" method is not used anymore. This method has been removed from the "Pach" operation.
Hello, The issue is fixed in the `master` and `release\2.0.9` branch. The following pre-release Nuget package can be used : ``` dotnet add package SimpleIdServer.Scim --version 2.0.9-ci-00283 --source https://www.myget.org/F/advance-ict/api/v3/index.json ```...
Hello, I think you still have the issue because the parameters `members.value` and `members.type` are still present in your Database (table : `dbo.SCIMRepresentationAttributeLst`). If you are using SQLServer. Please execute...
The version 1.2.0 has been released :)
Hello, Indeed the deployed documentation is not up to date. We are currently working on an another documentation (see the branch "release/2.0.1) in order to facilitate the usage of SimpleIdServer....
Hello, Your configuration is almost correct :). If you want to assign "entitlements" to a user, you must execute a PATCH operation against the "Entitlements" resource and not against the...
There is probably an issue in the "AttributeReferenceEnricher", i'm going to fix it. Sorry for the inconvenience