From cbfde41f550bcb7ce935d630abb1b4ac11a755b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 7 Oct 2025 17:18:25 +0200 Subject: [PATCH] [int] --- .../templates/authelia-client-conf-web.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 b/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 index 2ccadd2..8a30c04 100644 --- a/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 +++ b/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 @@ -2,7 +2,7 @@ "client_id": "{{cfg_authelia_for_owncloud.web.client_id}}", "client_name": "ownCloud | Web Client", - "lifespan": "ocis", + "lifespan": "long", "public": true, "authorization_policy": "one_factor", "require_pkce": true,