Skip to main content

Intalio CLS - Configuration

Description

Intalio Central Login Service

Configuration

SystemConfig.json

{
  "SystemUrl": "XSYSTEM_URLX",
  [...]
  "IntalioCLS": {
    "enabled": true,
    "url": "https://localhost:8081/"
  }
}

IntalioCLS - Container of IntalioCLS configuration

enabled - The system is active
url - link to Intalio Central Login Service

 

Session verification

image-1670338487966.png

check_session_id param

If this parameter is active, the system will automatically check the validity of the user's session every 5 seconds. If the session expires, a popup will be displayed with information and an option to go to Intalio CLS.

translations

The language configuration for the popup is set in the translations of the form.
The available variables are:

"Alert -Session-Expired- title": "Session expired",
"Alert -Session-Expired- text": "Your session has expired. Please log in.",
"Alert -Session-Expired- confirmButtonText": "Redirect to login screen",
"Alert -Session-Expired- cancelButtonText": "Show form"