diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-10-27 20:24:13 +1100 | 
|---|---|---|
| committer | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-04 20:28:24 +1100 | 
| commit | 87d2a3419d6f29db900bc1aeb4cf5d7769a15ce3 (patch) | |
| tree | a4efff47cb7be04f9fb1ce344cb9e40f4096dee6 /docs/data/configkeys.json | |
| parent | c0dbdd97ab2ac580e3da07a0137dbc7a1b9c9b83 (diff) | |
feat(web): user one-time password preferences
This allows administrators to configure a list of Time-based One-Time Password parameters that users can pick from the web UI during registrations.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'docs/data/configkeys.json')
| -rw-r--r-- | docs/data/configkeys.json | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/data/configkeys.json b/docs/data/configkeys.json index 488bb51bc..13c028178 100644 --- a/docs/data/configkeys.json +++ b/docs/data/configkeys.json @@ -560,6 +560,21 @@          "env": "AUTHELIA_TOTP_SECRET_SIZE"      },      { +        "path": "totp.allowed_algorithms", +        "secret": false, +        "env": "AUTHELIA_TOTP_ALLOWED_ALGORITHMS" +    }, +    { +        "path": "totp.allowed_digits", +        "secret": false, +        "env": "AUTHELIA_TOTP_ALLOWED_DIGITS" +    }, +    { +        "path": "totp.allowed_periods", +        "secret": false, +        "env": "AUTHELIA_TOTP_ALLOWED_PERIODS" +    }, +    {          "path": "duo_api.disable",          "secret": false,          "env": "AUTHELIA_DUO_API_DISABLE"  | 
