diff --git a/docs/getting-started/self-hosting.md b/docs/getting-started/self-hosting.md index 3d61d076..0e48407d 100644 --- a/docs/getting-started/self-hosting.md +++ b/docs/getting-started/self-hosting.md @@ -79,9 +79,10 @@ Let's Encrypt will notify you via this email when certificates are about to expi ### Step 3: Configure Identity Provider NetBird supports generic OpenID (OIDC) protocol allowing for the integration with any IDP that follows the specification. +Pick the one that suits your needs, follow the steps, and continue with this guide: -Check out the [Available Integrations](/integrations/identity-providers/self-hosted/available-idp-integrations) section, -pick the one that suits your needs, follow the steps, and continue with this guide. +- Continue with [Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0) (managed service). +- Continue with [Keycloak](/integrations/identity-providers/self-hosted/using-netbird-with-keycloak). ### Step 4: Run configuration script Make sure all the required properties set in the ```setup.env``` file and run: diff --git a/docs/integrations/identity-providers/self-hosted/introduction.md b/docs/integrations/identity-providers/self-hosted/available-integrations.md similarity index 56% rename from docs/integrations/identity-providers/self-hosted/introduction.md rename to docs/integrations/identity-providers/self-hosted/available-integrations.md index f7fe698e..d9a30adc 100644 --- a/docs/integrations/identity-providers/self-hosted/introduction.md +++ b/docs/integrations/identity-providers/self-hosted/available-integrations.md @@ -10,5 +10,6 @@ There are a few Identity Provider options that you can choose to run a self-host NetBird supports generic OpenID (OIDC) protocol allowing for the integration with any IDP that follows the specification. ::: -This section describes steps to integrate with self-hosted IDPs like [Keycloak](/integrations/identity-providers/self-hosted/using-netbird-with-keycloak) -or cloud-managed like [Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0). \ No newline at end of file +List of available guides: +- [Auth0](/integrations/identity-providers/self-hosted/using-netbird-with-auth0) (managed service) +- [Keycloak](/integrations/identity-providers/self-hosted/using-netbird-with-keycloak) \ No newline at end of file