SCIM Server
Features Scim-Client
- Added a new configuration option that allows to set a maximum number for patch-operations to be sent in a single request. if the maximum is exceeded the operations are splitted into several requests that are sent sequentially.
Bug Fixes
- Fixed a bug that caused an empty object to be returned on patch-requests if a multi-valued complex object was replaced.
- Fixed a bug that caused a BadRequest response if a patch-replace operation with an empty value was sent. This operation is now handled just like a remove operation.
Minor changes
- Moved the error-message for the missing auth-scheme from the
ServiceProvider
-class to theServiceProviderHandler
-implementation.
Maintenance
- Updated third party dependencies