Add support for logoutOnIdleSessionTimeout (#6773)

This commit is contained in:
Martin Mädler
2025-02-12 11:04:10 +01:00
committed by GitHub
parent 0b376fe5a0
commit 9d4f51e970
7 changed files with 32 additions and 5 deletions

View File

@@ -2180,6 +2180,11 @@
"default": null,
"description": "When set, idle users will be disconnected after a set amounts of minutes."
},
"logoutOnIdleSessionTimeout": {
"type": "boolean",
"default": true,
"description": "Determines whether MeshCentral should logout after the session idle timeout elapsed or should just disconnect remote desktop, terminal and files."
},
"userConsentFlags": {
"type": "object",
"description": "Use this section to require user consent for this domain.",