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

@ -104,6 +104,7 @@ in {
client_id = "rallly";
client_name = "Rallly";
client_secret = "$pbkdf2-sha512$310000$KB4UqeuVr86lEOoISSE92w$i2YGpz3wRwceiRfYnMUhZ0MboutkDPPYVWnXqiw6tUt./mgZ5kfV1ES.kcdsHhMdavhCrJfWvVTPQRJKImuUrQ";
consent_mode = "implicit";
redirect_uris = [ "https://${svc_domain}/api/auth/callback/oidc" ];
scopes = [
"openid"