Customize Logout Screen

Hello Helical Insight,

I am using Helical Insight 4.0 in embedded mode and I am triggering the logout API on click of a button on my dashboard. I would like to show a custom login screen page when I logout of Helical Insight or /custom created logout button instead of the default login page of Helical Insight. How can this be done?

Thank You,
Netta.

It is possible to change the logout screen that appears.

For this, go to the file spring-security.xml located in the folder

…hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\classes

Go to the following line:

<logout invalidate-session=“true” logout-success-url=“https://www.helicalinsight.com/

delete-cookies=“JSESSIONID”/>

You can change the URL in this line to the page that you want to call. Restart the application once done. So when the above is done the logout success URL will get displayed when a person clicks on Helical Insight logout.