thabart / SimpleIdentityServer

OpenId + Uma + Oauth 2.0 providers + SCIM2.0 + RFID reader (DEPRECATED)
https://github.com/simpleidserver/SimpleIdServer
Apache License 2.0
56 stars 11 forks source link

Scim #248

Open iprins opened 6 years ago

iprins commented 6 years ago

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

thabart commented 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

iprins commented 6 years ago

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

thabart commented 6 years ago

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

iprins commented 6 years ago

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

thabart commented 6 years ago

There is no impact on those packages