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

This commit is contained in:
roydfalk 2024-10-26 11:13:05 +02:00
parent cd31cdea2e
commit b14b80b129

View file

@ -188,7 +188,12 @@
"identity_providers": { "identity_providers": {
"oidc": { "oidc": {
"hmac_secret": "{{var_authelia_oidc_hmac_secret}}", "hmac_secret": "{{var_authelia_oidc_hmac_secret}}",
"jwks": "{{temp_tls_result.privatekey | replace('\n', '\\n')}}", "jwks": [
{
"algorithm": "RS256",
"key": "{{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}}"