authelia: set consent mode to implicit, we only use fricloud.dk anyways
And rasmus is lazy
This commit is contained in:
parent
e18bdf5e3b
commit
39bc977cf6
5 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue