RFC Errata
RFC 7643, "System for Cross-domain Identity Management: Core Schema", September 2015
Source of RFC: scim (sec)
Errata ID: 5607
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Takashi Kato
Date Reported: 2019-01-16
Section 8.7.2 says:
{ "name" : "referenceTypes", "type" : "string", "multiValued" : false, "description" : "Used only with an attribute of type 'reference'. Specifies a SCIM resourceType that a reference attribute MAY refer to, e.g., 'User'.", "required" : false, "caseExact" : true, "mutability" : "readOnly", "returned" : "default", "uniqueness" : "none" }
It should say:
{ "name" : "referenceTypes", "type" : "string", "multiValued" : true, "description" : "Used only with an attribute of type 'reference'. Specifies a SCIM resourceType that a reference attribute MAY refer to, e.g., 'User'.", "required" : false, "caseExact" : true, "mutability" : "readOnly", "returned" : "default", "uniqueness" : "none" }
Notes:
On page 90, the multiValued of resourceTypes should be true.