Make the self-hosting guide easier referring to integrations

This commit is contained in:
braginini
2022-08-16 15:15:48 +02:00
parent 9b447d5e1e
commit 31d59957eb
2 changed files with 6 additions and 4 deletions

View File

@@ -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:

View File

@@ -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).
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)