From 11f101d8c6e7644ab844ebf634d27d61300fbe40 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Sat, 10 Feb 2024 00:48:51 -0800 Subject: [PATCH] fix name of variable for NETBIRD_IDP_MGMT_CLIENT_SECRET (#141) --- src/pages/selfhosted/identity-providers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 6fcb6fc1..c87ed2e6 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -126,7 +126,7 @@ In this step we will create a `netbird` service user. In this step we will generate `ClientSecret` for the `netbird` service user. - Click `Actions` in the top right corner and click `Generate Client Secret` -- Copy `ClientSecret` from the dialog will be used later to set `NETBIRD_IDP_MGMT_CLIENT_ID` in the `setup.env` +- Copy `ClientSecret` from the dialog will be used later to set `NETBIRD_IDP_MGMT_CLIENT_SECRET` in the `setup.env`

high-level-dia @@ -1250,4 +1250,4 @@ NETBIRD_IDP_MGMT_EXTRA_API_TOKEN="" ``` #### Step 4: Continue with the NetBird Self-hosting Guide -You've configured all required resources in JumpCloud. You can now continue with the [NetBird Self-hosting Guide](/selfhosted/selfhosted-guide#step-5-run-configuration-script). \ No newline at end of file +You've configured all required resources in JumpCloud. You can now continue with the [NetBird Self-hosting Guide](/selfhosted/selfhosted-guide#step-5-run-configuration-script).