[task-184] [mod] authelia:conf template
This commit is contained in:
parent
6aa922a20a
commit
4d4059f294
1 changed files with 1 additions and 1 deletions
|
@ -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}}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue