diff --git a/public/docs-static/img/how-to-guides/azure-add-application-uri.png b/public/docs-static/img/how-to-guides/azure-add-application-uri.png deleted file mode 100644 index 154f1f74..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-add-application-uri.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-add-scope.png b/public/docs-static/img/how-to-guides/azure-add-scope.png deleted file mode 100644 index cb042178..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-add-scope.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-authorize-application.png b/public/docs-static/img/how-to-guides/azure-authorize-application.png deleted file mode 100644 index 9ec87130..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-authorize-application.png and /dev/null differ diff --git a/public/docs-static/img/how-to-guides/azure-grant-admin-conset.png b/public/docs-static/img/how-to-guides/azure-grant-admin-consent.png similarity index 100% rename from public/docs-static/img/how-to-guides/azure-grant-admin-conset.png rename to public/docs-static/img/how-to-guides/azure-grant-admin-consent.png diff --git a/public/docs-static/img/how-to-guides/azure-new-application.png b/public/docs-static/img/how-to-guides/azure-new-application.png index 49b6b2b8..8fb9f066 100644 Binary files a/public/docs-static/img/how-to-guides/azure-new-application.png and b/public/docs-static/img/how-to-guides/azure-new-application.png differ diff --git a/public/docs-static/img/how-to-guides/azure-spa-uri-setup.png b/public/docs-static/img/how-to-guides/azure-spa-uri-setup.png deleted file mode 100644 index dfd6a941..00000000 Binary files a/public/docs-static/img/how-to-guides/azure-spa-uri-setup.png and /dev/null differ diff --git a/src/pages/how-to/idp-sync.mdx b/src/pages/how-to/idp-sync.mdx index f4e3ca7a..69610499 100644 --- a/src/pages/how-to/idp-sync.mdx +++ b/src/pages/how-to/idp-sync.mdx @@ -1,3 +1,5 @@ +export const title = 'IdP Sync' + ## IdP sync Welcome to our comprehensive guide on configuring Identity Provider (IdP) for users and groups synchronization. This document provides step-by-step instructions and best practices for setting up and managing your synchronization processes effectively. @@ -81,48 +83,13 @@ Before you start creating and configuring an Azure AD application, ensure that y - Click `App Registrations` in the left menu then click on the `+ New registration` button to create a new application. - Fill in the form with the following values and click `Register` - Name: `NetBird` - - Account Types: `Accounts in this organizational directory only (Default Directory only - Single tenant)` - - Redirect URI: select `Single-page application (SPA)` and URI as `https://app.netbird.io/silent-auth`
-
-
-
-
-
-
-
-
-- Click `Grant admin conset for Default Directory` and click `Yes`
+- Click `Grant admin consent for Default Directory` and click `Yes`
-
+