scim2 icon indicating copy to clipboard operation
scim2 copied to clipboard

Make the SCIM compatible Jackson JSON mapper understand SCIM POJOs better

Open digitalperk opened this issue 10 years ago • 0 comments

POJOs currently have to extend BaseScimResource to get the behavior of expecting the SCIM common attributes (schemas, id, externalId, and meta). We should make the SCIM compatible Jackson JSON mapper always ignore these if the POJO didn't define them.

BaseScimResource currently ignores unknown attributes. This should also be changed to throw an error if the attribute is unknown.

digitalperk avatar May 28 '15 16:05 digitalperk