mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
fix: Add missing Note imports and fix NerBird typo in idp-sync docs
This commit is contained in:
@@ -119,7 +119,7 @@ Navigate to [https://console.cloud.google.com/apis/credentials](https://console.
|
||||

|
||||
|
||||
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
|
||||
|
||||
Click `DONE` when ready.
|
||||
|
||||
@@ -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
|
||||
onboarding and offboarding processes.
|
||||
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
<Note>
|
||||
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.
|
||||
|
||||
@@ -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
|
||||
onboarding and offboarding processes.
|
||||
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
<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.
|
||||
</Note>
|
||||
|
||||
@@ -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
|
||||
onboarding and offboarding processes.
|
||||
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
<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.
|
||||
</Note>
|
||||
|
||||
Reference in New Issue
Block a user