SCIM Server
Minor Behavioral Change
- Validation is now more tolerant when primitive values, such as numbers or booleans, are used for attributes of type
string. In such cases, the value is implicitly converted to a string to prevent an error during requests.
SCIM Client
bug fixes
- Fixed patch-resource-update requests according to RFC7644: Captain-P-Goldfish/scim-for-keycloak#172
Maintenance
- Update of jackson dependencies