authelia: set consent mode to implicit, we only use fricloud.dk anyways

And rasmus is lazy
This commit is contained in:
eyjhb 2025-03-14 17:13:47 +01:00
parent e18bdf5e3b
commit 39bc977cf6
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 5 additions and 0 deletions

View file

@ -221,6 +221,7 @@ in {
client_id = AUTHELIA_AUTH_NAME;
client_name = "Nextcloud";
client_secret = "$pbkdf2-sha512$310000$kLNQ/1A.uasSN4g8q94jUQ$8OKNUNNumHCh8dVG5/QWys7u.y1guqFXlrL.bMm7/HKTsWhpib/W.8qlU6VU7V1Be/h14Y.fJi3RLvbkEdo2kA";
consent_mode = "implicit";
redirect_uris = [ "https://${svc_domain}/apps/oidc_login/oidc" ];
scopes = [
"openid"