Skip to content

Commit

Permalink
RDTKF-22372 clarify session timeout
Browse files Browse the repository at this point in the history
OutSystemsAMM authored Jan 23, 2025
1 parent 4eb30c7 commit f285468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eap/reference/system-actions/auth.md
Original file line number Diff line number Diff line change
@@ -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_

0 comments on commit f285468

Please sign in to comment.