From 602a4b03a6c65014c7bab46e8e34bc52fbbe8f12 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Thu, 29 May 2025 10:01:59 +0000 Subject: [PATCH] Updated `identity-providers.mdx` to correct information regarding Authentik service account passwords (#359) After 11h of troubleshooting yesterday (https://github.com/netbirdio/netbird/issues/2142#issuecomment-2915471588), I found this out for myself. There's a non-zero chance my solution was wrong, but perhaps someone with more insight can verify this for me. :- ) --- src/pages/selfhosted/identity-providers.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 43deab77..ce9793c3 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -515,7 +515,11 @@ In this step, we will create service account. high-level-dia

-- Take note of service account `username` and `password`, we will need it later +- Take note of the NetBird service account `username`, we will need it later. +- N.B. The `password` defined when creating the NetBird service account is not required. +Users should instead create an app password for the NetBird service account within `Directory > Tokens and App passwords` in authentik's `Admin interface. +Be sure to select the NetBird Service account object as the `User` when creating the app password. +Take note of the app password as we will need it later.

high-level-dia