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}}"