Results 331 comments of SimpleIdServer

Hello, When a message is received from the message broker (for examples "RepresentationAdded" or "RepresentationUpdated"). You can decide to create a user in an Identity server like OPENID, SAML IDP...

Hello, Indeed there is a small issue in our SCIM implementation :) Thank you very much for your feedback ! We are going to fix it ASAP. Kind Regards, SimpleIdServer

The issue is fixed in the branch "release/2.0.5". Kind Regards, SimpleIdServer

Hello, Thank you for you pull request. It fix the issue and I don't have any remark. Kind Regards, Sid

Hello, Is-it ok if you use the pre-release package version `2.0.12-ci-00314` from the Nuget Feed https://www.myget.org/F/advance-ict/api/v3/index.json ? If not, then the release 2.0.13 can be done tomorrow. ``` https://www.myget.org/feed/advance-ict/package/nuget/SimpleIdServer.Scim/2.0.12-ci-00314 ```...

The release 2.0.13 is published :)

Hello, **Group endpoint** By default, the attribute `members.display` is not present in the urn:ietf:params:scim:schemas:core:2.0:Group SCIM schema. For more information please refer to the RFC 7643 : https://datatracker.ietf.org/doc/html/rfc7643). Therefore, when an...

Hello, There is an issue in the current implementation. I'm going to work on it. Kind Regards, SimpleIdServer

This small issue has been fixed in the branch "release/2.0.5". Kind Regards, SimpleIdServer

Indeed the "id" & "location" parameters must be singular. The following changes have been made in the branch "release/2.0.5" : * Add a new endpoint "/ResourceTypes/{id}" * Location & Id...