You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For syncing directory, instead of directly accessing the database to create users and groups or executing related CRUD queries, can the methods get, update, delete, search, getAll, deleteAll be overridden at the relevant layer?
I want this library to implement all SCIM-related routes, but I want to use predefined models that already exist, and I want to completely handle any CRUD queries on these models.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For syncing directory, instead of directly accessing the database to create users and groups or executing related CRUD queries, can the methods
get
,update
,delete
,search
,getAll
,deleteAll
be overridden at the relevant layer?I want this library to implement all SCIM-related routes, but I want to use predefined models that already exist, and I want to completely handle any CRUD queries on these models.
Beta Was this translation helpful? Give feedback.
All reactions