fix: Add missing Note imports and fix NerBird typo in idp-sync docs

This commit is contained in:
Jack Carter
2026-04-15 12:32:20 +02:00
parent b3a86c2eef
commit fcf3d3c17b
4 changed files with 7 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ Navigate to [https://console.cloud.google.com/apis/credentials](https://console.
![Google Workspace Service Account](/docs-static/img/manage/team/idp-sync/google-workspace-sync/rDU0Puv.png) ![Google Workspace Service Account](/docs-static/img/manage/team/idp-sync/google-workspace-sync/rDU0Puv.png)
Complete the form with the supplied values: Complete the form with the supplied values:
* `NerBird` for the service account name * `NetBird` for the service account name
* `netbird` for the service account ID * `netbird` for the service account ID
Click `DONE` when ready. Click `DONE` when ready.

View File

@@ -9,6 +9,8 @@ NetBird's Microsoft Entra ID integration allows you to synchronize users and gro
You can then use these synchronized groups to configure your network, create network access policies, and automate You can then use these synchronized groups to configure your network, create network access policies, and automate
onboarding and offboarding processes. onboarding and offboarding processes.
import {Note} from "@/components/mdx";
<Note> <Note>
Before creating this integration, ensure you have a Microsoft Entra ID connector configured in your embedded IdP. Before creating this integration, ensure you have a Microsoft Entra ID connector configured in your embedded IdP.
If not, refer to the [Identity Providers](/selfhosted/identity-providers/managed/microsoft-entra-id) documentation to set it up. If not, refer to the [Identity Providers](/selfhosted/identity-providers/managed/microsoft-entra-id) documentation to set it up.

View File

@@ -9,6 +9,8 @@ NetBird's Microsoft Entra ID SCIM integration allows you to synchronize users an
You can then use these synchronized groups to configure your network, create network access policies, and automate You can then use these synchronized groups to configure your network, create network access policies, and automate
onboarding and offboarding processes. onboarding and offboarding processes.
import {Note} from "@/components/mdx";
<Note> <Note>
If you are running a self-hosted deployment with a [Commercial License](https://netbird.io/pricing#on-prem) and the embedded IdP, see the [Embedded IdP version](/manage/team/idp-sync/embedded/microsoft-entra-id-scim-sync) of this guide instead. If you are running a self-hosted deployment with a [Commercial License](https://netbird.io/pricing#on-prem) and the embedded IdP, see the [Embedded IdP version](/manage/team/idp-sync/embedded/microsoft-entra-id-scim-sync) of this guide instead.
</Note> </Note>

View File

@@ -9,6 +9,8 @@ NetBird's Microsoft Entra ID integration allows you to synchronize users and gro
You can then use these synchronized groups to configure your network, create network access policies, and automate You can then use these synchronized groups to configure your network, create network access policies, and automate
onboarding and offboarding processes. onboarding and offboarding processes.
import {Note} from "@/components/mdx";
<Note> <Note>
If you are running a self-hosted deployment with a [Commercial License](https://netbird.io/pricing#on-prem) and the embedded IdP, see the [Embedded IdP version](/manage/team/idp-sync/embedded/microsoft-entra-id-sync) of this guide instead. If you are running a self-hosted deployment with a [Commercial License](https://netbird.io/pricing#on-prem) and the embedded IdP, see the [Embedded IdP version](/manage/team/idp-sync/embedded/microsoft-entra-id-sync) of this guide instead.
</Note> </Note>