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
|
@ -64,6 +64,7 @@ in {
|
|||
client_id = "grafana";
|
||||
client_name = "Grafana";
|
||||
client_secret = "$pbkdf2-sha512$310000$81MV1.67njuS/5H2UvVsnA$vaNO3/tzVA76Jho4ngS.xFjDuYn1sDn/9qo7cD0ueMnVvzaoJj00ND5wCGzVSUnvLuxNE/enC1K5r7xKAe/Hrg";
|
||||
consent_mode = "implicit";
|
||||
redirect_uris = [ "https://${svc_domain}/login/generic_oauth" ];
|
||||
scopes = [
|
||||
"openid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue