From 195d2d4312d83e40c2f77756a55b1295fe90705b Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 11 Sep 2025 22:48:34 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 05399a7..60f23ab 100644 --- a/module.nix +++ b/module.nix @@ -147,7 +147,7 @@ in OIDC_ENABLED = true; OIDC_DISPLAY_NAME= "Kanidm"; OIDC_ISSUER = issuer; - OIDC_DISCOVERY = true; + OIDC_DISCOVERY = "true"; OIDC_SCOPE = "openid,profile"; OIDC_UID_FIELD = "sub"; OIDC_CLIENT_ID = oauthClientID;