From 37397b72e93c565aebce29beb91947a5f5ff744f Mon Sep 17 00:00:00 2001 From: Andreas Brain Date: Fri, 8 May 2026 02:36:27 +0200 Subject: [PATCH] website/integrations: Use correct API scope for Netbird (#21780) Use correct API scope When using `api` alone, authentik logs a warning that the requested and allowed scopes do not match. See also https://docs.goauthentik.io/add-secure-apps/providers/oauth2/#authentik Signed-off-by: Andreas Brain Co-authored-by: Dewi Roberts Co-authored-by: Dominic R --- website/integrations/networking/netbird/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/networking/netbird/index.md b/website/integrations/networking/netbird/index.md index 3cf8d4027b..cbc9fb3c93 100644 --- a/website/integrations/networking/netbird/index.md +++ b/website/integrations/networking/netbird/index.md @@ -91,7 +91,7 @@ To configure NetBird to use authentik, add the following environment variables t NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://authentik.company/application/o//.well-known/openid-configuration" NETBIRD_USE_AUTH0=false NETBIRD_AUTH_CLIENT_ID="" -NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access api" +NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access goauthentik.io/api" NETBIRD_AUTH_AUDIENCE="" NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID="" NETBIRD_AUTH_DEVICE_AUTH_AUDIENCE=""