From 69347cc5fc2a1835bfa98230829184c567de1561 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 18 Aug 2022 11:03:27 +0200 Subject: [PATCH] hedgedoc: add SAML `providerName` option --- nixos/modules/services/web-apps/hedgedoc.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix index 348192ea8486..cebe02505597 100644 --- a/nixos/modules/services/web-apps/hedgedoc.nix +++ b/nixos/modules/services/web-apps/hedgedoc.nix @@ -933,6 +933,14 @@ in Required group names. ''; }; + providerName = mkOption { + type = types.str; + default = ""; + example = "My institution"; + description = lib.mdDoc '' + Optional name to be displayed at login form indicating the SAML provider. + ''; + }; attribute = { id = mkOption { type = types.str;