Features server
- Support for usage of schema URIs with the
attributes
andexcludedAttributes
parameter (see https://github.com/Captain-P-Goldfish/SCIM-SDK/wiki/Additional-Features#the-attributes-and-excludedattributes-parameter). - SCIM defines the
attributes
andexcludedAttributes
parameter as mutually exclusive. This is no longer the case for the SCIM-SDK as for new feature support of schema URIs on these attributes (see https://github.com/Captain-P-Goldfish/SCIM-SDK/wiki/Additional-Features#the-attributes-and-excludedattributes-parameter). - New configuration parameters on the
ServiceProvider
object- ignoreRequiredAttributesOnResponse
- As the name lets suggest: required attributes will not cause errors if missing in a response
- ignoreRequiredExtensionsOnResponse
- As the name lets suggest: required extensions will not cause errors if missing in a response
- ignoreRequiredAttributesOnResponse