mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
List each supported IdP as a heading on the idp-sync page (#899)
The supported identity providers were a bullet list of links, so none of them appeared in the "On this page" navigation. Make each one a subsection heading with its setup link, and promote Generic SCIM to a top-level section so it is a peer rather than a sub-item. Also fix a typo (identify -> identity). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
63677de5a0
commit
fe16bcbfed
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user