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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue