RFC Errata
RFC 7644, "System for Cross-domain Identity Management: Protocol", September 2015
Source of RFC: scim (sec)See Also: RFC 7644 w/ inline errata
Errata ID: 7898
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Osman Merghani Osman Elsayed
Date Reported: 2024-04-17
Verifier Name: RFC Editor
Date Verified: 2024-04-17
Section 3.12 says:
Example of an error in response to a PUT request: HTTP/1.1 400 Bad Request { "schemas": ["urn:ietf:params:scim:api:messages:2.0:Error"], "scimType":"mutability" "detail":"Attribute 'id' is readOnly", "status": "400" }
It should say:
Example of an error in response to a PUT request: HTTP/1.1 400 Bad Request { "schemas": ["urn:ietf:params:scim:api:messages:2.0:Error"], "scimType":"mutability", "detail":"Attribute 'id' is readOnly", "status": "400" }
Notes:
The response body is invalid JSON due to the missing comma after "mutability".