Single Sign-on (SSO) feature enables users in an organization to automatically sign on to
Calyx RIM Viewing with the user account information stored in the SSO active directory. This eliminates the need to reauthenticate Liquent InSight for Viewing on SSO platforms.
-
Find the
web.xml file.
For Tomcat, you can find the
web.xml file in the
\I4V\WEB-INF\ subfolder of your Tomcat installation directory.
-
Open the
web.xml file in a text or XML editor.
-
Find the line
<filter-name>NtlmHttpFilter</filter-name>
-
Enter the IP address under the attribute value for the attribute
<param-name>jcifs.netbios.wins</param-name>
<param-value>100.100.10.10</param-value>
-
Enter the client domain name under the attribute value for the attribute
<param-name>jcifs.smb.client.domain</param-name>
<param-value>DOMAIN-NAME-HERE</param-value>
-
Find the lines:
<!--<filter>
<filter-name>NtlmHttpFilter</filter-name>
-
Remove the comment (<!--) from the line above this such that it is:
<filter>
<filter-name>NtlmHttpFilter</filter-name>
-
Find the lines:
<filter-mapping>
<filter-name>NtlmHttpFilter</filter-name>
<url-pattern>*.do</url-pattern>
</filter-mapping> --->
-
Remove the comment (<!--) from the line above this such that it is:
<filter-mapping>
<filter-name>NtlmHttpFilter</filter-name>
<url-pattern>*.do</url-pattern>
</filter-mapping>
-
Save and close the file.
After you complete this procedure, perform the steps provided in the topics Add ICalyx RIM Viewing Address to the Local Intranet,
Configure Windows Local Security Policy: Windows 10,
Configure Windows Local Security Policy: Windows 8.1 and
Install Registry Settings to complete the single sign-on setup.