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