Open iprins opened 6 years ago
Hi you can download the nuget package "SimpleIdentityServer.Scim.Host 3.0.0-rc4" to add a SCIM server into your ASP.NET CORE solution. The nuget package "SimpleIdentitysServer.Scim.Client" can be used to interact with the SCIM endpoints. Those nuget packages can be downloaded from the feed "https://www.myget.org/F/advance-ict/api/v3/index.json".
At the moment there is no documentation, however you can find a sample projet here : https://github.com/thabart/SimpleIdentityServer/blob/3.0.0/SimpleIdentityServer/src/Apis/Scim/SimpleIdentityServer.Scim.Startup/Startup.cs. & this file explains how to use the client : https://github.com/thabart/SimpleIdentityServer/blob/3.0.0/SimpleIdentityServer/tests/SimpleIdentityServer.Scim.Client.Tests/UsersClientFixture.cs
Is this .net core 2? And what is the roadmap to a version1 release? Do you need any help?
The package supports netcoreapp2.0. we will release the version 1.0 when the session management will be supported.
Will the session management impact the Core and Common libraries? Because I'm mostly interested in those packages.
There is no impact on those packages
Will there be a specific scim v2 sdk library available in nuget, so that I can build my own scim server?