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

**Is your feature request related to a problem? Please describe.** If you use any non-standard names for storage fields (e.g. `_foo` rather than just `foo`), `@Attribute` annotation on it silently...

What does this implement/fix? Explain your changes. --------------------------------------------------- Move jax-rs to jakarta-rs. It can be merged to master, but I put it here for reference if anyone is interested. Does...

Something seems to be wrong with Jackson where deserialization of a patch request with operations having "OP" instead of "op" causes failures.

Really, this appears to be a bug at the Microsoft end, this is perhaps more of an FYI. I can see nothing in the spec to suggest that mixed case...

_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)._ Get rid of javax.ws.rs.ProcessingException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException --------------------------------------------------- Unrecognized field "type" (class com.unboundid.scim2.common.types.Member),...

_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. --------------------------------------------------- Supporting bidirectional relationships...

_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. --------------------------------------------------- … Does this...

**Is your feature request related to a problem? Please describe.** A clear and concise description of the problem that would be solved by this feature. I'm working with a graph...

**Describe the bug** When we are trying to fetch Group who has some members associated with it. It throws exception. com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "type" (class com.unboundid.scim2.common.types.Member), not marked as ignorable...

Replaced TestNG with Junit5 in sdk-common module. Fix some issue for tests without any assertions inside. Adjust surefire plugin for sdk-common module.