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