p

personify-scim-server

implementation for the scim v2 protocol in java supporting : - create, get, put, delete, search, patch ( with attributes and excludedAttributes ) - bulk with circular reference processing, maxOperations and maxPayloadSize - paging - filtering - discovery - schema validation - uniqueness constraint validation - authentication : basic and OAUTH bearer token ( with roles ) - bearer token endpoint created and verified with Forgerock IDM SCIM connector (compatible) - /ME endpoint - auditing via KAFKA
https://www.personify.be
MIT
personify
Wouter Van der Beken Steve Jerman
Files download
File Operation
personify-scim-server-2.1.2.RELEASE.jar download
personify-scim-server-2.1.2.RELEASE.pom download
personify-scim-server-2.1.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>be.personify.iam</groupId>
  <artifactId>personify-scim-server</artifactId>
  <version>2.1.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'be.personify.iam:personify-scim-server:2.1.2.RELEASE'
Gradle Kotlin
implementation("be.personify.iam:personify-scim-server:2.1.2.RELEASE")
Scala SBT
libraryDependencies += "be.personify.iam" % "personify-scim-server" % "2.1.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='be.personify.iam', module='personify-scim-server', version='2.1.2.RELEASE')
)
Apache Ivy
<dependency org="be.personify.iam" name="personify-scim-server" rev="2.1.2.RELEASE" />
Leiningen
[be.personify.iam/personify-scim-server "2.1.2.RELEASE"]
Apache Buildr
'be.personify.iam:personify-scim-server:jar:2.1.2.RELEASE'