From 5659e45c9331c966fce8e0f7d4d52db72fb20ec4 Mon Sep 17 00:00:00 2001 From: braginini Date: Sat, 10 Jan 2026 23:00:11 -0500 Subject: [PATCH] Disable offline_access scope in dashboard by default --- infrastructure_files/getting-started.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure_files/getting-started.sh b/infrastructure_files/getting-started.sh index b693f807e..8a9b91f66 100755 --- a/infrastructure_files/getting-started.sh +++ b/infrastructure_files/getting-started.sh @@ -270,7 +270,7 @@ AUTH_CLIENT_ID=netbird-dashboard AUTH_CLIENT_SECRET= AUTH_AUTHORITY=$NETBIRD_HTTP_PROTOCOL://$NETBIRD_DOMAIN/oauth2 USE_AUTH0=false -AUTH_SUPPORTED_SCOPES=openid profile email offline_access +AUTH_SUPPORTED_SCOPES=openid profile email AUTH_REDIRECT_URI=/nb-auth AUTH_SILENT_REDIRECT_URI=/nb-silent-auth # SSL