cancel
Showing results for 
Search instead for 
Did you mean: 

Service Assist automated logoff after time

Hi,

does Service Assist (SA) provides functionality that it logs the user off after some time of inactivity? If yes, is it configurable? If not can we enforce it somehow?

Thanks for any hints, ideas.

Regards,

Zdenek

------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
1 BEST ANSWER

Best Answers

RichMarsden
Staff
Staff
Hi Zdenek,

There is a section called AutoLogout, where you can limit the inactivity period that by default is set to 1 hour.

The configuration files can be amended to alter the timescales. 

{
"autoLogout": {
"idle": 3600,
"timeout": 10
}
}

Idle (seconds) is how long the system takes to recognise the idle status and display a dialog asking the user if they want to maintain a session.

Timeout (seconds) is the wait time before automatically logging out the user if the idle dialog is not answered.

I hope this helps.

Thanks

Rich



------------------------------
Rich Marsden
------------------------------

View answer in original post

5 REPLIES 5

RichMarsden
Staff
Staff
Hi Zdenek,

Great question. Leave it with me and I'll come back to you with an answer.

Thanks

Rich

------------------------------
Rich Marsden
------------------------------

RichMarsden
Staff
Staff
Hi Zdenek,

There is a section called AutoLogout, where you can limit the inactivity period that by default is set to 1 hour.

The configuration files can be amended to alter the timescales. 

{
"autoLogout": {
"idle": 3600,
"timeout": 10
}
}

Idle (seconds) is how long the system takes to recognise the idle status and display a dialog asking the user if they want to maintain a session.

Timeout (seconds) is the wait time before automatically logging out the user if the idle dialog is not answered.

I hope this helps.

Thanks

Rich



------------------------------
Rich Marsden
------------------------------

Hi, Rich,

thanks for this, however, can you guide me where the configuration file is located?

Thanks.

Regards,

Zdenek

------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------

Hi Zdenek,

If using GenerateDeployFiles installer, the configuration is stored - e.g. /var/local/serviceassist.local.net/config/environment.json

I hope this helps.

Thanks

Rich



------------------------------
Rich Marsden
------------------------------

Hi, Rich,

excellent! I could not wish for more :).

Cheers,

Zdenek

------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------