From a6dfd1869b30b11c44b941921f45985c9d3014eb Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Fri, 15 Nov 2019 09:08:43 +0100 Subject: [PATCH] Add option to phoenix for silent refresh --- owncloud/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owncloud/config.json b/owncloud/config.json index b42c70e..48afe6e 100644 --- a/owncloud/config.json +++ b/owncloud/config.json @@ -7,7 +7,8 @@ "client_id": "owncloud", "client_secret": "owncloud", "response_type": "id_token token", - "scope": "openid profile email" + "scope": "openid profile email", + "automaticSilentRenew": true }, "apps": [ "files"