fabbricadigitale / scimd

SCIM v2 golang implementation
MIT License
5 stars 1 forks source link

Managing relationships between resources #82

Closed alelb closed 6 years ago

alelb commented 6 years ago

This PR introduces the ability to automatically manage the relationships between resources.

eg. When you add a member to a Group (executing an update to Group resource), the service provider updates the referenced User adding the new group to which the user belongs to the User's attribute "groups".