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: 8417
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Matthias Winter
Date Reported: 2025-05-16
Verifier Name: Deb Cooley
Date Verified: 2025-10-28
Section 8.7.2 says:
[
{
"id" :
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig",
"name" : "Service Provider Configuration",
...
{
"id" : "urn:ietf:params:scim:schemas:core:2.0:ResourceType",
"name" : "ResourceType",
...
{
"id" : "urn:ietf:params:scim:schemas:core:2.0:Schema",
"name" : "Schema",
It should say:
[
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Schema"],
"id" :
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig",
"meta" : {
"resourceType" : "Schema",
"location" : "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
},
"name" : "Service Provider Configuration",
...
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Schema"],
"id" : "urn:ietf:params:scim:schemas:core:2.0:ResourceType",
"meta" : {
"resourceType" : "Schema",
"location" : "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:ResourceType"
},
"name" : "ResourceType",
...
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Schema"],
"id" : "urn:ietf:params:scim:schemas:core:2.0:Schema",
"meta" : {
"resourceType" : "Schema",
"location" : "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Schema"
},
"name" : "Schema",
Notes:
The JSON representation of the Schema resources for ServiceProviderConfig, ResourceType, and Schema are missing the "schemas" attribute and the "meta" attribute. See also Erratum 5999.
