From 5c2853bf736732af455156707d83b9b0a2c4f61b Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Fri, 6 Dec 2024 16:03:52 +0100 Subject: [PATCH] website/integrations: netbird: fix redirect URI regex (#12284) --- website/integrations/services/netbird/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/netbird/index.md b/website/integrations/services/netbird/index.md index 9fdadcb385..ba28c3c453 100644 --- a/website/integrations/services/netbird/index.md +++ b/website/integrations/services/netbird/index.md @@ -30,7 +30,7 @@ The following placeholders will be used: 4. Note the generated **Client ID** and **Client Secret**. 5. In the provider settings, add the following redirect URLs under **Redirect URIs/Origins**: - Strict; https://netbird.company - - Regex; https://netbird.company/.\* + - Regex; https://netbird.company/.* - Strict; http://localhost:53000 6. Under **Signing Key**, select an available key. By default, the authentik self-signed certificate is available. 7. Under **Advanced Protocol Settings**, set the **Access Code Validity** to `minutes=10` and set the **Subject Mode** to `Based on the User's ID`.