Merge pull request #187246 from drupol/hedgedoc/add-provider-name-setting

This commit is contained in:
Sandro 2022-08-26 11:03:47 +02:00 committed by GitHub
commit 0116b56989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;