Skip to content

Commit 0d8f86e

Browse files
committed
chore(release,ui): consolidate changeset + refresh ConfigureSSO comment
- Collapse the two per-package changesets into a single auto-named one - Reword as internal refactor (endpoints aren't public consumer surface) - Update one-connection comment from "per user" to "per organization"
1 parent 5d007e9 commit 0d8f86e

4 files changed

Lines changed: 8 additions & 28 deletions

File tree

.changeset/orgs-1597-configure-sso-org-scoped.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/orgs-1597-organization-enterprise-connections.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/wide-items-flow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': minor
3+
'@clerk/shared': minor
4+
'@clerk/ui': minor
5+
---
6+
7+
Internal `<ConfigureSSO />` refactor to call new org-scoped enterprise connections FAPI endpoints, replacing the `/me/` deprecated scope.

packages/ui/src/components/ConfigureSSO/ConfigureSSO.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const ConfigureSSOContent = ({ contentRef }: { contentRef: React.RefObjec
5757
updateEnterpriseConnection,
5858
deleteEnterpriseConnection,
5959
} = __internal_useOrganizationEnterpriseConnections({ enabled: true });
60-
// Currently FAPI only supports one enterprise connection per user
60+
// Currently the self-serve SSO UI flow only supports one enterprise connection per organization
6161
const enterpriseConnection = enterpriseConnections?.[0];
6262

6363
const { hasSuccessfulTestRun, isLoading: isLoadingTestRuns } = useHasSuccessfulTestRun(enterpriseConnection);

0 commit comments

Comments
 (0)