Skip to content
bertold edited this page Aug 6, 2015 · 8 revisions

The UnboundID SCIM SDK may be used to interact with various types of SCIM-enabled endpoints (such as the UnboundID server products) to perform lightweight, cloud-based identity management via the SCIM Protocol. A reference implementation of a SCIM service provider and client are provided, which are built on the UnboundID SCIM SDK, UnboundID LDAP SDK, and other open source libraries.

Downloads

  • SCIM SDK 1.8.2 (zip)
  • SCIM Reference Implementation 1.8.2 (zip)

Maven Coordinates

<dependency>
  <groupId>com.unboundid.product.scim</groupId>
  <artifactId>scim-sdk</artifactId>
  <version>1.8.2</version>
</dependency>

Documentation

The zip packages contain an HTML Getting Started Guide and full javadoc for the SCIM SDK. There is also good tutorial on the Getting Started page.

Licenses

The SCIM SDK is provided under three different licenses. You may choose which one you will receive the code under. The full texts for these licenses are included in the SCIM SDK distribution.

  • GNU General Public License version 2 (GPLv2)
  • GNU Lesser General Public License version 2.1 (LGPLv2.1)
  • UnboundID SCIM Free Use License
Clone this wiki locally