Closed danflomin closed 2 years ago
Hello,
According to the RFC 7644 section 3.3, attributes whose mutability is "readOnly" SHALL be ignored : https://datatracker.ietf.org/doc/html/rfc7644#section-3.3 The current implementation respects the RFC.
Thank!
Hello,
If the mutability of
manager.displayName
isreadOnly
, then when I POST a user, the propertymanager.displayName
is not saved.If I change the mutability to
readWrite
then it is saved and returned correctly.