diff --git a/docs/app/enterprise/enterprise-client.tsx b/docs/app/enterprise/enterprise-client.tsx index 90d0da1684..2a2d2efd01 100644 --- a/docs/app/enterprise/enterprise-client.tsx +++ b/docs/app/enterprise/enterprise-client.tsx @@ -31,6 +31,7 @@ import { contactSchema } from "@/lib/enterprise-contact"; const included = [ "Self-service SSO", + "Self-service Directory Sync", "Dashboard RBAC", "Unlimited seats", "Custom audit logs", @@ -74,8 +75,8 @@ function EnterpriseHero() {

- Custom plans, unlimited seats, SSO, RBAC, and advanced support for - teams that need more. + Custom plans, unlimited seats, SSO, directory sync, RBAC, and + advanced support for teams that need more.

@@ -213,8 +214,8 @@ export function EnterprisePageClient() {

- Custom plans, unlimited seats, SSO, RBAC, and advanced - support for teams that need more. + Custom plans, unlimited seats, SSO, directory sync, RBAC, + and advanced support for teams that need more.

diff --git a/docs/content/docs/plugins/scim.mdx b/docs/content/docs/plugins/scim.mdx index 7feed3b0eb..568144088c 100644 --- a/docs/content/docs/plugins/scim.mdx +++ b/docs/content/docs/plugins/scim.mdx @@ -89,6 +89,23 @@ Upon registration, this plugin will expose compliant [SCIM 2.0](https://simplecl * **SCIM base URL**: This should be the fully qualified URL to the SCIM server (e.g `http://your-app.com/api/auth/scim/v2`) * **SCIM bearer token**: See [generating a SCIM token](#generating-a-scim-token) +### Self-Service Directory Sync + +If you're using [Better Auth Infrastructure](https://dash.better-auth.com/sign-in), you get self-service directory sync in the dashboard. Organization admins can create and manage SCIM directory connections and rotate bearer tokens without calling the SCIM APIs directly. + +The dashboard is available at: + +``` +https://dash.better-auth.com/[project]/organization/[orgId]/enterprise +``` + +From the dashboard you can: + +* **Create and remove directory connections** scoped to an organization +* **Regenerate SCIM bearer tokens** when your identity provider requires rotation + +This eliminates the back-and-forth typically required when setting up SCIM, reducing onboarding time from days to minutes. + ### Generating a SCIM token Before your identity provider can start syncing information to your SCIM server,