aboutsummaryrefslogtreecommitdiff
path: root/ci/config/Essentials.Accounts.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-08 13:58:15 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-08 13:58:15 -0500
commitfe13cc073a5bcd409b96a5539d6fd308605f9ac2 (patch)
tree10308288693d75c9eac7ff2edb45d9f16264fbaf /ci/config/Essentials.Accounts.json
parent8ae86c70aa832ce2fd1f3abab5b017e3ac2fa83e (diff)
big package updates & update some chunk splitting
Diffstat (limited to 'ci/config/Essentials.Accounts.json')
-rw-r--r--ci/config/Essentials.Accounts.json15
1 files changed, 4 insertions, 11 deletions
diff --git a/ci/config/Essentials.Accounts.json b/ci/config/Essentials.Accounts.json
index e02c1fc..bde9ff8 100644
--- a/ci/config/Essentials.Accounts.json
+++ b/ci/config/Essentials.Accounts.json
@@ -1,13 +1,12 @@
{
"debug": false,
- "setup_mode":true,
//endpoints
"login_endpoint": {
"path": "/account/login",
- "failed_count_timeout_sec": 600, //10 minutes
- "failed_count_max": 10 //10 failed attempts in 10 minutes
+ "max_login_attempts": 10, //10 failed attempts in 10 minutes
+ "failed_attempt_timeout_sec": 600 //10 minutes
},
"keepalive_endpoint": {
@@ -35,11 +34,9 @@
"pki_auth_endpoint": {
"path": "/account/pki",
"jwt_time_dif_sec": 30,
-
"max_login_attempts": 10,
"failed_attempt_timeout_sec": 600,
-
- //Configures the PATCH method to update the user's stored key when logged in
+ //Configures the PATCH and DELETE methods to update the user's stored key when logged in
"enable_key_update": true
},
@@ -51,7 +48,7 @@
//Defines totp specific arguments
"totp": {
"digits": 6,
- "issuer": "localhost",
+ "issuer": "CMNext",
"period_secs": 30,
"algorithm": "sha1",
"secret_size": 32,
@@ -63,17 +60,13 @@
"account_security": {
//Time in seconds before a session is considered expired
"session_valid_for_sec": 3600,
-
//Path/domain for all security cookies
"cookie_domain": "",
"cookie_path": "/",
-
"status_cookie_name": "li",
-
"otp_header_name": "X-Web-Token",
"otp_time_diff_sec": 30,
"otp_key_size": 64,
-
"pubkey_cookie_name": "client-id",
"pubkey_signing_key_size": 32
}