Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SCIM 2.0 implementations with good documentation

Tags:

scim

I just started exploring scim2.0. Following link provides me different implementations of scim2.0. http://www.simplecloud.info/

Can some one suggest me, which one is easy to learn and has good documentation. It is helpful, if you suggest me some good tutorials about scim.....

like image 540
Hari Krishna Avatar asked Apr 19 '26 07:04

Hari Krishna


2 Answers

If you're interested in a .NET / OWIN-based open source solution, please take a look at https://github.com/PowerDMS/Owin.Scim. Documentation is limited as the project is still in alpha, but there is a WIKI and sample project to help you get started.

Note: I am the lead developer on this project.

like image 169
Daniel Avatar answered Apr 25 '26 10:04

Daniel


If you are looking for a reference Java/EE implementation of SCIM2 you can checkout Apache Directory SCIMple or SCIM 2 SDK | PingIdentity

like image 26
ExistMe Avatar answered Apr 25 '26 11:04

ExistMe