From 1c50d0223f45b8c0d30c1a717e7d5ca118fb2b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 7 Oct 2025 16:28:52 +0200 Subject: [PATCH] [int] --- roles/authelia/templates/conf-main.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia/templates/conf-main.json.j2 b/roles/authelia/templates/conf-main.json.j2 index e5307e8..0b75b5a 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -197,7 +197,7 @@ "lifespans": { "access_token": "{{cfg_authelia.oidc.lifespan.default.access_token}}", "refresh_token": "{{cfg_authelia.oidc.lifespan.default.refresh_token}}", - "custom": "{{cfg_authelia.oidc.lifespan.custom | to_json}}", + "custom": {{cfg_authelia.oidc.lifespan.custom | to_json}} }, "cors": { "allowed_origins_from_client_redirect_uris": true