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
feat(self-serve-ds): mount and render ConfigureDirectorySync
- @clerk/clerk-js: __internal_mountConfigureDirectorySync with guards
mirroring ConfigureSSO's (orgs enabled, active org, self-serve
directory sync feature).
- @clerk/ui: ConfigureDirectorySync wizard over the organization's
enterprise connection and directory (show-once token held in wizard
session state, read-only attribute mapping from the directory, test step
polls provisioned users), plus a Directory Sync section on the Security
page. Google-provider connections are directed to the Dashboard.
`The <${componentName}/> cannot be rendered when the feature is turned off. Visit 'dashboard.clerk.com' to enable the feature. Since the feature is turned off, this is no-op.`,
`<${componentName}/> cannot render unless an organization is active. Since no organization is currently active, this is no-op.`,
@@ -86,6 +87,8 @@ const warnings = {
86
87
'<ConfigureSSO/> cannot render unless a user is signed in. Since no user is signed in, this is no-op.',
87
88
cannotRenderConfigureSSOComponentWhenDisabled:
88
89
'The <ConfigureSSO/> component cannot be rendered when self-serve SSO is disabled. Visit `https://dashboard.clerk.com` to enable the feature. Since self-serve SSO is disabled, this is no-op.',
'The <ConfigureDirectorySync/> component cannot be rendered when self-serve Directory Sync is disabled. Since self-serve Directory Sync is disabled, this is no-op.',
'The <ConfigureSSO/> component cannot be rendered when email addresses are disabled on the instance. Visit `https://dashboard.clerk.com` to enable email addresses. Since email addresses are disabled, this is no-op.',
0 commit comments