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

@ -99,6 +99,7 @@ in {
client_id = "forgejo";
client_name = "Forgejo";
client_secret = "$pbkdf2-sha512$310000$cOGtLwMHyfugAJCIiUUjfQ$ao7zC8QB1m8aTGNf1dxYbRAPivZ0G1eaJ4bNFVfJiTFZX06U5baBjT0emvoaeFHXMFbYHzorb2/8vxnY/D0b5Q";
consent_mode = "implicit";
redirect_uris = [ "https://${config.mine.shared.settings.forgejo.domain}/user/oauth2/${AUTHELIA_AUTH_NAME}/callback" ];
scopes = [
"openid"