Correct self-hosting guide to reflect new IDP integrations

This commit is contained in:
braginini
2022-08-16 12:21:41 +02:00
parent a845f45b11
commit 85a0b96e0a
4 changed files with 33 additions and 342 deletions

View File

@@ -0,0 +1,14 @@
---
id: available-idp-integrations
title: Available IDP Integrations
sidebar_position: 1
---
There are a few Identity Provider options that you can choose to run a self-hosted version NetBird.
:::tip OpenID
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).