scim2 icon indicating copy to clipboard operation
scim2 copied to clipboard

The UnboundID SCIM 2.0 SDK for Java

Results 60 scim2 issues
Sort by recently updated
recently updated
newest added

According to https://tools.ietf.org/html/rfc7644#section-3.3 multi valued attributes should be set to [] in case clients intend to override server-defaulted values. However when public T create(String endpoint,T resource) is called with resource...

_Please be aware that Ping Identity does not accept third-party contributions at this time! Please see our [contribution guidelines](https://github.com/pingidentity/scim2/blob/master/CONTRIBUTING.md)._ What does this implement/fix? Explain your changes. --------------------------------------------------- Removes static from...

what libs are needed to be imported for creating the scim2 client? Can you let me know the libs to add in the build path for below usage Client client...

create, replace, search This fix allows the client to reuse the underlying TCP stream and avoid creating a new TCP connection for each request. The effect of this is especially...

I've noticed that the scim2-sdk-client does not completely consume result entity data from client operations. The effect is that the underlying TCP stream is automatically closed after each operation. A...

**Describe the bug** A request to service for /ServiceProviderConfig returns a 500 error, throws a JavaException ``` Severe: MessageBodyWriter not found for media type=application/scim+json, type=class com.unboundid.scim2.common.GenericScimResource, genericType=class com.unboundid.scim2.common.GenericScimResource. ``` I...

**Is your feature request related to a problem? Please describe.** The currently available function, *Path.attribute(String attribute, Filter valueFilter)* only provides a way to refer to the values of sub-attribute of...

**Describe the bug** A PATCH request to my SCIM service returns HTTP 415 error status. **To Reproduce** The service method is defined in the same way as in the example:...

I have implemented a RESTful API using Unboundid SCIM server classes. At one path it returns a user data including certificates. I am using this class to return the certificates...

**Describe the bug** per [RFC7644 section 3.5.2](https://tools.ietf.org/html/rfc7644#section-3.5.2), `urn:ietf:params:scim:api:messages:2.0:PatchOp` does not have the elements "meta", "id", and "externalId". Sending requests with these parameters can cause issues when targeting a strict server....