From f285468390ed23aa7e492d78584ba270dcc3fcef Mon Sep 17 00:00:00 2001 From: Ana Martins <60753223+OutSystemsAMM@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:19:14 +0000 Subject: [PATCH] RDTKF-22372 clarify session timeout --- src/eap/reference/system-actions/auth.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/eap/reference/system-actions/auth.md b/src/eap/reference/system-actions/auth.md index 2b8696cd..81d8e758 100644 --- a/src/eap/reference/system-actions/auth.md +++ b/src/eap/reference/system-actions/auth.md @@ -26,7 +26,9 @@ Authentication actions for built-in and/or external identity providers. ### Login _Client action_ -Performs a login in to the built-in identity provider using a username and password. By default, a user is logged in for 12 hours until a logout is performed. This default cannot be changed. User profile information is synchronized to the [User entity](user.md#user-1) before this action is finished. Throws an exception if the built-in identity provider is disabled for the current app. +Performs a login in to the built-in identity provider using a username and password. +After logging in, the user session remains active for 12 hours. Once this period ends, users must log in again. Note that the 12-hour session timeout can't be configured. +User profile information is synchronized to the [User entity](user.md#user-1) before this action is finished. Throws an exception if the built-in identity provider is disabled for the current app. _Inputs_