[task-184] [mod] authelia:conf template
This commit is contained in:
parent
cd31cdea2e
commit
b14b80b129
|
|
@ -188,7 +188,12 @@
|
|||
"identity_providers": {
|
||||
"oidc": {
|
||||
"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": {
|
||||
"access_token": "{{var_authelia_oidc_lifespan_access_token}}",
|
||||
"refresh_token": "{{var_authelia_oidc_lifespan_refresh_token}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue