Configure Logout/Timeout Destination

Prerequisites:

To change the default logout and timeout destination page to a different page:

  1. 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.
  2. 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

  3. In DISTINCT EXIT; FORCE CLICK TO LOGIN, uncomment the following lines of code:
    • security.logout.redirectURL=/signout

    • security.timeout.redirectURL=/timeout

  4. Save the file to confirm your settings.
  5. Stop and Restart the application to initiate your new settings.