Skip to content

1.27.0

Latest
Compare
Choose a tag to compare
@Captain-P-Goldfish Captain-P-Goldfish released this 12 Jan 13:52
· 1 commit to master since this release

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 the ServiceProviderHandler-implementation.

Maintenance

  • Updated third party dependencies