From 7d2819cafb4d8c20ffe02c67ed0d289ca944e159 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 18 Aug 2023 22:09:41 +0200 Subject: [PATCH] add authelia hv client --- utils/modules/authelia/default.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index 5f48d0a..777e981 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -172,7 +172,23 @@ ]; userinfo_signing_algorithm = "none"; } - ]; + { + id = "hv"; + description = "proxmox"; + secret = "$pbkdf2-sha512$310000$j5XK.Af8d3BImh/tzaffoA$//S88bs99FmA0I48w2V862cgyCl7vvLIfXh9LNaZJs69jjcTYdzcFRgca8Nt23.6EouVT8cv/92MLJqOEI6Gow"; + public = false; + authorization_policy = "one_factor"; + redirect_uris = [ "https://hv.cloonar.com" ]; + pre_configured_consent_duration = "1y"; + scopes = [ + "openid" + "profile" + "email" + "groups" + ]; + userinfo_signing_algorithm = "none"; + } + ]; }; }; };