mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add privileged session config option to kratos config UI
This commit is contained in:
@@ -5,6 +5,8 @@ kratos:
|
||||
whoami:
|
||||
required_aal: highest_available
|
||||
selfservice:
|
||||
settings:
|
||||
privileged_session_max_age: 5m
|
||||
methods:
|
||||
password:
|
||||
enabled: true
|
||||
|
||||
@@ -12,6 +12,11 @@ kratos:
|
||||
advanced: True
|
||||
helpLink: kratos.html
|
||||
selfservice:
|
||||
settings:
|
||||
privileged_session_max_age:
|
||||
description: The length of time after a successful authentication for a user's session to be elevated to a privileged session. Privileged sessions are able to change passwords and MFA settings for that user. If a session is no longer privileged then the user is sent to the login form first, before the security settings can be adjusted.
|
||||
global: True
|
||||
helpLink: kratos.html
|
||||
methods:
|
||||
password:
|
||||
enabled:
|
||||
@@ -23,7 +28,6 @@ kratos:
|
||||
haveibeenpwned_enabled:
|
||||
description: Set to True to check if a newly chosen password has ever been found in a published list of previously-compromised passwords. Requires outbound Internet connectivity when enabled.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: kratos.html
|
||||
totp:
|
||||
enabled:
|
||||
|
||||
Reference in New Issue
Block a user