SCIM Server
Features
- Extended the default values feature so that default values are now also supported for multi-valued and complex types.
Bug Fixes
- Fixed inaccuracies with decimal values and very large numeric values. (#891)
Enhancements
- Added fallback parsing for object nodes when the current representation is a string. If the parser detects that the value is a string instead of an object, it will attempt to parse it into an object once before throwing an error.
Simple Source Code Changes
- Opened the validator classes
ContextValidatorandValidationSelectorfor external use.