From a5a764b788da4a21b35e7be2e2c8aa765249b355 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sun, 25 Jun 2023 14:31:21 +0200 Subject: [PATCH] configure IDP message --- src/pages/selfhosted/selfhosted-guide.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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**