Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/dir-sync-self-serve-wiring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@clerk/clerk-js': minor
'@clerk/localizations': minor
'@clerk/shared': minor
'@clerk/ui': minor
---

Add self-serve Directory Sync (SCIM) setup. The `Organization` resource gains `getDirectorySync()`, `createDirectorySync()`, `updateDirectorySync()`, `rotateDirectorySyncToken()`, `deleteDirectorySync()`, and `getDirectorySyncUsers()` for managing the directory bound to an enterprise connection; the SCIM bearer token is only returned by create and rotate. The `OrganizationProfile` Security page gains a Directory Sync section, and the internal `ConfigureDirectorySync` component walks through the setup. Both are only shown when the instance has self-serve Directory Sync enabled.
Loading