is not current version
Last Version 1.3.5.RELEASE

be.personify.iam:personify-scim-server 1.3.4.RELEASE

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

GroupId

GroupId

be.personify.iam
ArtifactId

ArtifactId

personify-scim-server
Version

Version

1.3.4.RELEASE
Type

Type

jar

Download personify-scim-server 1.3.4.RELEASE


<!-- https://jarcasting.com/artifacts/be.personify.iam/personify-scim-server/ -->
<dependency>
    <groupId>be.personify.iam</groupId>
    <artifactId>personify-scim-server</artifactId>
    <version>1.3.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/be.personify.iam/personify-scim-server/
implementation 'be.personify.iam:personify-scim-server:1.3.4.RELEASE'
// https://jarcasting.com/artifacts/be.personify.iam/personify-scim-server/
implementation ("be.personify.iam:personify-scim-server:1.3.4.RELEASE")
'be.personify.iam:personify-scim-server:jar:1.3.4.RELEASE'
<dependency org="be.personify.iam" name="personify-scim-server" rev="1.3.4.RELEASE">
  <artifact name="personify-scim-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.personify.iam', module='personify-scim-server', version='1.3.4.RELEASE')
)
libraryDependencies += "be.personify.iam" % "personify-scim-server" % "1.3.4.RELEASE"
[be.personify.iam/personify-scim-server "1.3.4.RELEASE"]