diff --git a/src/pages/selfhosted/selfhosted-guide.mdx b/src/pages/selfhosted/selfhosted-guide.mdx index 889f9639..738e8071 100644 --- a/src/pages/selfhosted/selfhosted-guide.mdx +++ b/src/pages/selfhosted/selfhosted-guide.mdx @@ -80,9 +80,12 @@ This can be any email address. [Let's Encrypt](https://letsencrypt.org/) will cr If you want to setup netbird with your own reverse-Proxy and without using the integrated letsencrypt, follow [this step here instead](#advanced-running-netbird-behind-an-existing-reverse-proxy). -## Step 3: Configure Identity Provider +## Step 3: Configure Identity Provider (IDP) + +NetBird supports generic OpenID (OIDC) protocol allowing integration with any IDP following the specification. + +NetBird's management service integrates with some of the most popular IDP APIs, allowing the service to cache and display user names and email addresses without storing sensitive data. -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: **Self-hosted options**