From 48a723aae1b0bc07eb7341dbef67fe5bcde67dbf Mon Sep 17 00:00:00 2001 From: Thary Date: Wed, 12 Nov 2025 21:27:42 +0300 Subject: [PATCH] a --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index ecadffa..5d61fda 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"; }; }; };