3

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.....

Hari Krishna
  • 3,658
  • 1
  • 36
  • 57

2 Answers2

2

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.

Daniel
  • 1,843
  • 2
  • 18
  • 27
  • Thanks for your reply. Actually I am looking for Java based implementations..Any suggestions.... – Hari Krishna May 11 '16 at 05:14
  • If you're looking at open source, the options seem rather limited for compliant SCIM 2 servers on any tech stack. The SCIM website lists some projects in which most seem dead or offer minimal compliancy. The most feature-complete Java code base I've looked at is https://github.com/Kumiq/kumiq-identity, although I've never tried it. – Daniel May 11 '16 at 14:15
  • @HariKrishna: UnboundID is working on a SCIM 2 Java SDK and there are plans to release the SDK most likely before the end of June. Watch the https://github.com/UnboundID/ space. I hope this helps. – Bertold Kolics May 12 '16 at 02:31
  • FYI. The UnboundID SCIM 2 Java SDK has been released to the public - see https://github.com/UnboundID/scim2 – Bertold Kolics Jul 15 '16 at 15:28
1

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

ExistMe
  • 509
  • 6
  • 18