scim
scim copied to clipboard
SCIM 1.1 SDK for Java
com.unboundid.components uses an old version of org.json library - org.json:json:20140107 Latest version of org.json: ``` org.json json 20220924 ``` After update of org.json library in my project I get the...
I suggest to implement "ne" - not-equal operator for parsing SCIM filters as it is in SCIM 2 SDK.
Bumps httpclient from 4.5 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps httpclient from 4.5 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ant from 1.7.1 to 1.10.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**SCIM SDK 1.1 support for Rate Limit** We are using SCIM sdk 1.8.18 version. Looks like SCIM SDK currently do not have support for RATE Limit of SCIM API's. In...
Apache Wink cannot be configured to use the self-signed SSL certificates typically used in development environments. Who had the idea to base this library on a retired project such as...
I was going through the code in https://github.com/pingidentity/scim/blob/bf0f52fa898614ac23e61706cf44d7752cf4619e/scim-sdk/src/main/java/com/unboundid/scim/sdk/StaticUtils.java#L58 I would like to understand the reason for choosing to have the switch statement and not going with `s.toLowerCase()` on the string...
``` java.lang.NoSuchMethodError: javax.ws.rs.core.MultivaluedMap.addAll(Ljava/lang/Object;[Ljava/lang/Object;)V at org.glassfish.jersey.client.ClientRequest.accept(ClientRequest.java:326) at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:237) at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:154) at com.unboundid.scim.facade.org.apache.wink.client.Resource.get(Resource.java:177) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:353) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:276) at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:254) ``` This is because Apache Wink 1.4 adds an incompatible JAX-RS 1.1 library,...