SyncGroups assigns and removes users from groups based on the provided params.
(ctx context.Context, db database.Store, user database.User, params GroupParams)
| 44 | ParseGroupClaims(ctx context.Context, mergedClaims jwt.MapClaims) (GroupParams, *HTTPError) |
| 45 | // SyncGroups assigns and removes users from groups based on the provided params. |
| 46 | SyncGroups(ctx context.Context, db database.Store, user database.User, params GroupParams) error |
| 47 | // GroupSyncSettings is exposed for the API to implement CRUD operations |
| 48 | // on the settings used by IDPSync. This entry is thread safe and can be |
| 49 | // accessed concurrently. The settings are stored in the database. |
no outgoing calls