BinghamtonUniversity / IAMBing

A Highly Configurable Identity & Access Management (IAM) Engine
MIT License
3 stars 0 forks source link

Add an "add only" option to the group sync API #41

Open timcortesi opened 2 years ago

timcortesi commented 2 years ago

Right now, if you call the group sync API, it will both add and remove people to keep the groups perfectly synced.

Moving forward, there may be utility in having an "addonly" or "removeonly" option such that a unidirectional sync can be performed.

Not sure if this is the best way to address the need, but logging it here as a placeholder idea.