Skip to content
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

Open
iprins opened this issue Apr 13, 2018 · 5 comments
Open

Scim #248

iprins opened this issue Apr 13, 2018 · 5 comments

Comments

@iprins
Copy link

iprins commented Apr 13, 2018

Will there be a specific scim v2 sdk library available in nuget, so that I can build my own scim server?

@thabart
Copy link
Owner

thabart commented Apr 13, 2018

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

@iprins
Copy link
Author

iprins commented Apr 17, 2018

Is this .net core 2? And what is the roadmap to a version1 release? Do you need any help?

@thabart
Copy link
Owner

thabart commented Apr 17, 2018

The package supports netcoreapp2.0. we will release the version 1.0 when the session management will be supported.

@iprins
Copy link
Author

iprins commented Apr 17, 2018

Will the session management impact the Core and Common libraries? Because I'm mostly interested in those packages.

@thabart
Copy link
Owner

thabart commented Apr 17, 2018

There is no impact on those packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants