SCIM Server
Bug Fixes
- Return 404 instead of 400 on unknown resource-requests.
- IDs in URLs are now getting URL-encoded and are properly resolved by the backend.
- Fixed the
status-attribute representation in theErrorResponsefrom integer to string
SCIM Client
Configuration
- Added a new configuration option in the
ScimClientConfigurationthat allows to modify and manipulate the response object of the SCIM Client request. - Added additional HttpStatus codes to class
HttpStatus
Maintenance
- Dependency updates