Skip to content

1.25.0

Compare
Choose a tag to compare
@Captain-P-Goldfish Captain-P-Goldfish released this 24 Aug 08:18
· 24 commits to master since this release
  • Updated dependencies

SCIM Server

Changes

  • Fixed the SearchRequest-object that does accept the attributes-list now as comma separated list and as array. RFC7644 defines it as list of attributes and I added it as comma separated list before.

Bug Fixes

  • Fixed a bug that caused errors on empty nested objects in requests and responses
  • Fixed a bug that caused specfiic attributes to be returned that should not if the attributes-parameter was used in the request
    • Additional attributes were returned if the attribute-names were similar e.g. name and userName.
  • The MsAzureComplexSimpleValueWorkaround was fixed. It did not behave correctly in some usecases. Check #686 for more details.

SCIM Client

Bug Fixes

  • Fixed a bug, that caused an infinite loop in the getAll method if the remote-provider omits the response parameters startIndex and itemsPerPage