pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
176 stars 72 forks source link

Changed the mutability of the UserResource groups attribute to 'readOnly' #128

Closed braveulysses closed 4 years ago

braveulysses commented 4 years ago

What does this implement/fix? Explain your changes.

Changed the mutability of UserResource's groups attribute to 'readOnly' for conformance with the spec. Previously, this attribute used the default mutability value of 'readWrite'.

Does this close any currently open issues?

This closes #116.