Configure Logout/Timeout Destination
To change the default logout and timeout destination page to a different page:
- Options are:
- Navigate to the configuration folder in the application’s directory. In the configuration folder, open the security.properties file in Notepad to display the default file path locations for each component. The default location is C://Program Files > “Application Name”> configuration > security.properties
- Navigate to the System > Tenant Properties > Security table.
- Go to the section:
security.properties INTERNAL URL (DEFAULT)
security.logout.redirectURL=/login?logout=true security.timeout.redirectURL=/login?timeout=true
DISTINCT EXIT; FORCE CLICK TO LOGIN
security.logout.redirectURL=/signout security.timeout.redirectURL=/timeout
FQDN
security.logout.redirectURL=https://www.kronos.com security.timeout.redirectURL=https://www.kronos.com
- In DISTINCT EXIT; FORCE CLICK TO LOGIN, uncomment
the following lines of code:
-
security.logout.redirectURL=/signout
-
security.timeout.redirectURL=/timeout
-
- Save the file to confirm your settings.
- Stop and Restart the application to initiate your new settings.