MCPcopy Index your code
hub / github.com/coder/coder / SyncOrganizations

Method SyncOrganizations

coderd/idpsync/idpsync.go:39–39  ·  view source on GitHub ↗

SyncOrganizations assigns and removed users from organizations based on the provided params.

(ctx context.Context, tx database.Store, user database.User, params OrganizationParams)

Source from the content-addressed store, hash-verified

37 // SyncOrganizations assigns and removed users from organizations based on the
38 // provided params.
39 SyncOrganizations(ctx context.Context, tx database.Store, user database.User, params OrganizationParams) error
40
41 GroupSyncEntitled() bool
42 // ParseGroupClaims takes claims from an OIDC provider, and returns the params

Callers 3

oauthLoginMethod · 0.65
TestSyncOrganizationsFunction · 0.65
TestOrganizationSyncFunction · 0.65

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by 2

TestSyncOrganizationsFunction · 0.52
TestOrganizationSyncFunction · 0.52