From a45cf792e51d6b45e0f9f44cd1f43e9f7329ee49 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Mon, 30 Dec 2024 00:39:08 +0400 Subject: [PATCH] fix(auth): rename oauth2-provider-name --- sp-modules/auth/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-modules/auth/module.nix b/sp-modules/auth/module.nix index 56a4a25..1d33ac5 100644 --- a/sp-modules/auth/module.nix +++ b/sp-modules/auth/module.nix @@ -142,7 +142,7 @@ in "https://${client_id}:${client_secret}@${auth-fqdn}/oauth2/token/introspect"; oauth2-discovery-url = client_id: "https://${auth-fqdn}/oauth2/openid/${client_id}/.well-known/openid-configuration"; - oauth2-provider-name = "kanidm"; + oauth2-provider-name = "Kanidm"; oauth2-systemd-service = "kanidm.service"; # e.g. "dc=mydomain,dc=com"