-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scim #248
Comments
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?
The text was updated successfully, but these errors were encountered: