Add privileged session config option to kratos config UI

This commit is contained in:
Jason Ertel
2023-04-28 14:01:19 -04:00
parent 666d4ea260
commit 03c89a02ad

View File

@@ -39,7 +39,7 @@ kratos:
flows: flows:
settings: settings:
privileged_session_max_age: 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. description: The length of time after a successful authentication for a user's session to remain elevated to a privileged session. Privileged sessions are able to change passwords and other security settings for that user. If a session is no longer privileged then the user is redirected to the login form in order to confirm the security change.
global: True global: True
helpLink: kratos.html helpLink: kratos.html
ui_url: ui_url: