...
Enable Session Information Page on UAS. Set
enabled
totrue
.C:\Program Files\Ubisecure\ubilogin-sso\tomcat\webapps\uas\WEB-INF\web.xml
Code Block language bash theme RDark <!-- Info --> <servlet> <servlet-name>com.ubisecure.ubilogin.sso.ui.servlet.InfoServlet</servlet-name> <servlet-class>com.ubisecure.ubilogin.sso.ui.servlet.InfoServlet</servlet-class> <init-param> <param-name>enabled</param-name> <param-value>true</param-value> </init-param> </servlet>
Activate the change by running update:
C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\config\tomcat> update.cmd
Do an authentication request: open session information page from the web address
https://{sso-server address}/uas/info
Figure 1. Ubisecure SSO information page
...
Disable Session Information Page on UAS. Set
enabled
tofalse
.C:\Program Files\Ubisecure\ubilogin-sso\tomcat\webapps\uas\WEB-INF\web.xml
Code Block language bash theme RDark <!-- Info --> <servlet> <servlet-name>com.ubisecure.ubilogin.sso.ui.servlet.InfoServlet</servlet-name> <servlet-class>com.ubisecure.ubilogin.sso.ui.servlet.InfoServlet</servlet-class> <init-param> <param-name>enabled</param-name> <param-value>false</param-value> </init-param> </servlet>
Activate the change by running update:
C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\config\tomcat> update.cmd
Check that the page is disabled: check that the information page is not viewable with web browser at the address
https://{sso-server address}/uas/info