- 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
anduserName
.
- Additional attributes were returned if the attribute-names were similar e.g.
- 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 parametersstartIndex
anditemsPerPage