gerd.authelia: updated configs to newest version

This commit is contained in:
eyjhb 2024-08-21 13:12:41 +02:00
parent 0814c7b85f
commit e3114fb300
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 19 additions and 19 deletions

View file

@ -197,16 +197,13 @@ in {
# setup authelia for nextcloud
services.authelia.instances.main.settings.identity_providers.oidc.clients = [{
id = AUTHELIA_AUTH_NAME;
description = "Nextcloud";
client_id = AUTHELIA_AUTH_NAME;
client_name = "Nextcloud";
# authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986
secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA";
client_secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA";
public = false;
authorization_policy = "one_factor";
# require_pkce = true;
# pkce_challenge_method = "S256";
redirect_uris = [ "https://${svc_domain}/apps/oidc_login/oidc" ];
scopes = [
"openid"
@ -215,7 +212,7 @@ in {
"groups"
];
userinfo_signing_algorithm = "none";
userinfo_signed_response_alg = "none";
}];
services.nginx.virtualHosts."${svc_domain}" = {