SCIM Server
Features
- Allowing lenient http-header validation for Content-Type
application/json
. Thx to @haster
Bug Fixes
- Add id to resource before the PATCH-method is called. This is the same as it was before the PATCH-implementation was rebuilt.
- Fix parsing of complex-types in patch-requests if the complex-type was sent as string-attribute instead as an object. This is actually a fallback-feature for being less error-prone in patch-requests.
SCIM Client
Features
- Metadata endpoints are now called by using the GET-method instead of POST-method. Providers like AWS do not support POST on the metadata endpoints