Compare commits
No commits in common. "cd31cdea2e76ad92d69ff1eac0e9750614e28a90" and "6aa922a20af18597f7747310ff220d33dbdee97b" have entirely different histories.
cd31cdea2e
...
6aa922a20a
1 changed files with 3 additions and 2 deletions
|
@ -173,7 +173,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if var_authelia_notification_mode == "smtp" %}
|
{% if var_authelia_notification_mode == "smtp" %}
|
||||||
"smtp": {
|
"smtp": {
|
||||||
"address": "{{var_authelia_notification_smtp_host}}:{{var_authelia_notification_smtp_port | string}}",
|
"host": "{{var_authelia_notification_smtp_host}}",
|
||||||
|
"port": {{var_authelia_notification_smtp_port | string}},
|
||||||
"username": "{{var_authelia_notification_smtp_username}}",
|
"username": "{{var_authelia_notification_smtp_username}}",
|
||||||
"password": "{{var_authelia_notification_smtp_password}}",
|
"password": "{{var_authelia_notification_smtp_password}}",
|
||||||
"sender": "{{var_authelia_notification_smtp_sender}}",
|
"sender": "{{var_authelia_notification_smtp_sender}}",
|
||||||
|
@ -188,7 +189,7 @@
|
||||||
"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')}}",
|
"issuer_private_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}}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue