From 5009cce4505c92185320d2b63533f842b2556c06 Mon Sep 17 00:00:00 2001 From: Thary Date: Wed, 12 Nov 2025 22:09:14 +0300 Subject: [PATCH] a --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index f309461..0c4d256 100644 --- a/module.nix +++ b/module.nix @@ -117,7 +117,7 @@ in auth_endpoint = "/ui/oauth2"; client_secret = "@replace_oauth_secret@"; map_user_id = "preferred_username"; - scope = "openid, email, profile"; + scope = "openid email profile"; }; }; };