We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e786ea3 commit 63d1a38Copy full SHA for 63d1a38
enterprise/coderd/enidpsync/enidpsync.go
@@ -7,6 +7,8 @@ import (
7
"github.com/coder/coder/v2/coderd/runtimeconfig"
8
)
9
10
+var _ idpsync.IDPSync = &EnterpriseIDPSync{}
11
+
12
// EnterpriseIDPSync enabled syncing user information from an external IDP.
13
// The sync is an enterprise feature, so this struct wraps the AGPL implementation
14
// and extends it with enterprise capabilities. These capabilities can entirely
0 commit comments