[task-184] [mod] authelia:conf template

This commit is contained in:
roydfalk 2024-10-26 11:05:48 +02:00
parent 6aa922a20a
commit 4d4059f294

View file

@ -189,7 +189,7 @@
"identity_providers": { "identity_providers": {
"oidc": { "oidc": {
"hmac_secret": "{{var_authelia_oidc_hmac_secret}}", "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": { "lifespans": {
"access_token": "{{var_authelia_oidc_lifespan_access_token}}", "access_token": "{{var_authelia_oidc_lifespan_access_token}}",
"refresh_token": "{{var_authelia_oidc_lifespan_refresh_token}}" "refresh_token": "{{var_authelia_oidc_lifespan_refresh_token}}"