docs: add mention to self service directory sync (#9194)

Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
This commit is contained in:
Jonathan Samines
2026-04-15 19:15:52 -06:00
committed by GitHub
parent 05386271ca
commit 09005a974d
2 changed files with 22 additions and 4 deletions

View File

@@ -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() {
</span>
</h1>
<p className="text-sm text-foreground/70 dark:text-foreground/50 leading-relaxed max-w-[260px]">
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.
</p>
</div>
@@ -213,8 +214,8 @@ export function EnterprisePageClient() {
</span>
</h1>
<p className="text-sm text-foreground/70 dark:text-foreground/50 leading-relaxed">
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.
</p>
</div>
</div>

View File

@@ -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,