# Intalio CLS - Configuration

### Description

**Intalio Central Login Service**

[![image-1670339301343.png](https://docs.intalioservices.com/uploads/images/gallery/2022-12/scaled-1680-/HbAvc1h1TkRvo9f5-image-1670339301343.png)](https://docs.intalioservices.com/uploads/images/gallery/2022-12/HbAvc1h1TkRvo9f5-image-1670339301343.png)

### Configuration

#### SystemConfig.json

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

```

`<strong>IntalioCLS</strong>` - *Container of Intalio CLS configuration*

`<strong>enabled</strong>` - *The system is active*  
`<strong>url</strong>` - *Link to Intalio Central Login Service*

#### Session verification

[![image-1670338487966.png](https://docs.intalioservices.com/uploads/images/gallery/2022-12/scaled-1680-/vH0mKrAeQ7hqJyPl-image-1670338487966.png)](https://docs.intalioservices.com/uploads/images/gallery/2022-12/vH0mKrAeQ7hqJyPl-image-1670338487966.png)

##### check\_session\_id (<span style="text-decoration: underline;">*form param)*</span>

If this parameter is active (and Intalio CLS 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"
```

#### <span style="color: #ff0000;">Attention!</span>

<p class="callout warning">The session verification mechanism only works when **"headless"** mode is disabled!</p>