diff --git a/src/pages/manage/team/idp-sync/index.mdx b/src/pages/manage/team/idp-sync/index.mdx index 7401fe77..68090177 100644 --- a/src/pages/manage/team/idp-sync/index.mdx +++ b/src/pages/manage/team/idp-sync/index.mdx @@ -30,17 +30,33 @@ offboarding scenarios: ## Supported Identity Providers -NetBird provides native support for syncing with the most popular identify providers. -For detailed setup and configuration steps, select an IdP from the section below: +NetBird provides native support for syncing with the most popular identity providers. Pick yours below for detailed setup and configuration steps. -* [Entra ID (API)](/manage/team/idp-sync/microsoft-entra-id-sync) -* [Entra ID (SCIM)](/manage/team/idp-sync/microsoft-entra-id-scim-sync) -* [Okta](/manage/team/idp-sync/okta-sync) -* [Google Workspace](/manage/team/idp-sync/google-workspace-sync) -* [JumpCloud](/manage/team/idp-sync/jumpcloud-sync) -* [Keycloak](/manage/team/idp-sync/keycloak-sync) +### Entra ID (API) -### Generic SCIM +Provision users and groups from Microsoft Entra ID through the Graph API. See [Entra ID (API) setup](/manage/team/idp-sync/microsoft-entra-id-sync). + +### Entra ID (SCIM) + +Provision users and groups from Microsoft Entra ID over SCIM. See [Entra ID (SCIM) setup](/manage/team/idp-sync/microsoft-entra-id-scim-sync). + +### Okta + +Provision users and groups from Okta. See [Okta setup](/manage/team/idp-sync/okta-sync). + +### Google Workspace + +Provision users and groups from Google Workspace. See [Google Workspace setup](/manage/team/idp-sync/google-workspace-sync). + +### JumpCloud + +Provision users and groups from JumpCloud. See [JumpCloud setup](/manage/team/idp-sync/jumpcloud-sync). + +### Keycloak + +Provision users and groups from Keycloak. See [Keycloak setup](/manage/team/idp-sync/keycloak-sync). + +## Generic SCIM NetBird provides a way to sync users and groups from any identity provider that supports the SCIM (System for Cross-domain Identity Management) protocol. SCIM is a standardized protocol that works with most modern identity providers, although configuration varies between providers.