RoleSyncSettings is similar to GroupSyncSettings. See GroupSyncSettings for rational.
(ctx context.Context, orgID uuid.UUID, db database.Store)
| 61 | // RoleSyncSettings is similar to GroupSyncSettings. See GroupSyncSettings for |
| 62 | // rational. |
| 63 | RoleSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store) (*RoleSyncSettings, error) |
| 64 | UpdateRoleSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store, settings RoleSyncSettings) error |
| 65 | // ParseRoleClaims takes claims from an OIDC provider, and returns the params |
| 66 | // for role syncing. Most of the logic happens in SyncRoles. |
no outgoing calls
no test coverage detected