Hi Community,
I am writing these lines in order to ask you if it is possible to do 'PATCH' method to modify user attributes over SCIM. This requirement appears because we need to 'add/remove' specific values from a multi-valued attribute.
I saw in your SCIMClient code that you use the PUT method, but in this situation (if i need to add a new value to a multivalued attribute) i should get 'all the attribute values' and add the new value and then do the PUT method.
I can not use the SCIMClient API on this implementation, and because of that is my questions.
Any help would be appreciated.
Regards,