From 4d4059f29401d328bb4c89517b2f5c833b94a611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 26 Oct 2024 11:05:48 +0200 Subject: [PATCH] [task-184] [mod] authelia:conf template --- 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 81bee44..c25fe5c 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -189,7 +189,7 @@ "identity_providers": { "oidc": { "hmac_secret": "{{var_authelia_oidc_hmac_secret}}", - "issuer_private_key": "{{temp_tls_result.privatekey | replace('\n', '\\n')}}", + "jwks": "{{temp_tls_result.privatekey | replace('\n', '\\n')}}", "lifespans": { "access_token": "{{var_authelia_oidc_lifespan_access_token}}", "refresh_token": "{{var_authelia_oidc_lifespan_refresh_token}}"