RFC Errata
RFC 7643, "System for Cross-domain Identity Management: Core Schema", September 2015
Note: This RFC has been updated by RFC 9865
Source of RFC: scim (sec)See Also: RFC 7643 w/ inline errata
Errata ID: 8435
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Philip Meholm
Date Reported: 2025-05-27
Verifier Name: RFC Editor
Date Verified: 2025-06-17
Section 7 says:
type The attribute's data type. Valid values are "string", "boolean", "decimal", "integer", "dateTime", "reference", and "complex". When an attribute is of type "complex", there SHOULD be a corresponding schema attribute "subAttributes" defined, listing the sub-attributes of the attribute.
It should say:
type The attribute's data type. Valid values are "string", "boolean", "decimal", "integer", "dateTime", "reference", "binary", and "complex". When an attribute is of type "complex", there SHOULD be a corresponding schema attribute "subAttributes" defined, listing the sub-attributes of the attribute.
Notes:
binary is missing from the possible values a attribute can have. It's documented everywhere else as a type that can be used, but not when you are explaining the actual property.
