Skip to content

1.26.0

Latest
Compare
Choose a tag to compare
@Captain-P-Goldfish Captain-P-Goldfish released this 15 Oct 13:27
· 1 commit to master since this release

SCIM Server

Bug Fixes

  • Added the missing primary-attribute to the authenticationSchemes-parameter of the ServiceProviderConfig (#748)
  • Fixed a bug that caused attributes to be removed from a resource if a PATCH-request contained an empty object with an add-operation.
  • Fixed a bug that caused an error if the ETag was set manually for patch-requests

SCIM Client

Changes

  • The ScimClientConfig object was extended to accept preconfigured http-client-builders. This is useful in cases in which you want to use system-tracing which is e.g. prepared by your underlying framework like spring-boot.

Maintenance

  • Updated dependencies