diff --git a/public/docs-static/img/manage/team/entra-id-app-enablement/enterprise-applications.png b/public/docs-static/img/manage/team/entra-id-app-enablement/enterprise-applications.png new file mode 100644 index 00000000..71bb53c4 Binary files /dev/null and b/public/docs-static/img/manage/team/entra-id-app-enablement/enterprise-applications.png differ diff --git a/public/docs-static/img/manage/team/entra-id-app-enablement/grant-admin-consent.png b/public/docs-static/img/manage/team/entra-id-app-enablement/grant-admin-consent.png new file mode 100644 index 00000000..406b426f Binary files /dev/null and b/public/docs-static/img/manage/team/entra-id-app-enablement/grant-admin-consent.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 061472d6..ca7f055f 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -333,6 +333,10 @@ export const docsNavigation = [ href: '/manage/team/add-users-to-your-network', }, { title: 'Approve Users', href: '/manage/team/approve-users' }, + { + title: 'Enable NetBird for Entra ID', + href: '/manage/team/entra-id-app-enablement', + }, { title: 'Provision Users & Groups', href: '/manage/team/idp-sync', diff --git a/src/pages/manage/team/entra-id-app-enablement.mdx b/src/pages/manage/team/entra-id-app-enablement.mdx new file mode 100644 index 00000000..f085576e --- /dev/null +++ b/src/pages/manage/team/entra-id-app-enablement.mdx @@ -0,0 +1,42 @@ +import {Note} from "@/components/mdx"; + +# Enable NetBird for Microsoft Entra ID + +Before your organization can use Microsoft Entra ID features with NetBird — such as user provisioning, group sync, or single sign-on — you need to enable the NetBird enterprise application in your Entra ID tenant and grant admin consent. + +## Prerequisites + +- A Microsoft Entra ID tenant +- An account with **Global Administrator** or **Cloud Application Administrator** role + +## Step 1: Find the NetBird Enterprise Application + +1. Sign in to the [Azure portal](https://portal.azure.com) +2. Navigate to **Home** → **Microsoft Entra ID** → **Enterprise Applications** +3. Search for the application with Application ID: `7a7538de-b7ed-4e49-befe-edbe74d5e0a1` +4. Select the **NetBird** application from the results + +
+
+
+
+