Skip to content

Commit f0b6ec4

Browse files
fix: correct the my-org api end point references and improve the table formating
1 parent 6e5541d commit f0b6ec4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

main/docs/get-started/universal-components/my-organization/build-delegated-admin.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Universal Components leverages the [My Organization API](/docs/manage-users/my-o
1212

1313
### Available components
1414

15-
Each component is mapped to specific endpoints within the My Organization API to perform administrative tasks.
16-
17-
| **Component** | **Description** | **My Organization API endpoint** |
18-
| :--- | :--- | :--- |
19-
| **OrganizationDetailsEdit** | Edit Organization settings including name, display name, branding colors, and logo with built-in validation and API integration. | `/me/organizations/{id}` |
20-
| **SsoProviderTable** | Display and manage SSO identity providers with a comprehensive table interface including create, edit, delete, enable/disable, and remove from Organization capabilities. | |
21-
| **SsoProviderCreate** | Multi-step wizard for creating SSO providers with provider selection, details configuration, and authentication setup for Okta, ADFS, SAML, OIDC, Google Workspace, Azure AD, and Ping Federate. | `/me/organizations/{id}/domains` |
22-
| **SsoProviderEdit** | Comprehensive SSO provider management with tabbed interface for configuring authentication settings, enabling provisioning with SCIM tokens, and managing domain associations. | |
23-
| **DomainTable** | Manage Organization domains with create, verify, delete, and identity provider association capabilities in a unified table interface. | `/me/organizations/{id}/domains` |
15+
Each component is mapped to specific endpoints within the [My Organization API](/docs/api/myorganization) to perform administrative tasks.
16+
17+
| **Component** | **API endpoint** |
18+
| :--- | :--- |
19+
| **OrganizationDetailsEdit** Edit Organization name, display name, branding colors, and logo. | `/my-org/details` |
20+
| **SsoProviderTable** — List, enable, disable, delete, and detach SSO identity providers. | `/my-org/identity-providers` |
21+
| **SsoProviderCreate** Multi-step wizard for creating SSO providers (Okta, ADFS, SAML, OIDC, Google Workspace, Azure AD, Ping Federate). | `/my-org/identity-providers` |
22+
| **SsoProviderEdit** — Configure authentication settings, enable provisioning, and manage SCIM tokens and domain associations. | `/my-org/identity-providers/{idp_id}` |
23+
| **DomainTable** — Create, verify, delete, and associate domains with identity providers. | `/my-org/domains` |
2424

2525

2626
## Configure Auth0 Dashboard

0 commit comments

Comments
 (0)