Users in an organization can automatically sign on to
Calyx RIM Viewing with the user account information stored in the PingOne active directory. This eliminates the need to reauthenticate
Calyx RIM Viewing when you are using PingOne as ID provider.
To enable PingOne single sign-on as an identity provide (IdP) in
Calyx RIM Viewing, do the following:
-
Ensure that all users are logged out of the
Calyx RIM Viewing application.
-
Stop Apache Tomcat services.
-
Locate the
config.xml file.
For Tomcat, you can find the
config.xml file in the
\I4V\WEB-INF\config subfolder of your Tomcat installation directory.
-
Open the
config.xml file in a text or XML editor.
-
Locate the section:
<"perceptive_cloud enable="true"/> and change the value of the "perceptive_cloud" attribute to "true" if it is "false".
By default, this value is "false".
-
Between
<PXL_Admin_pattern> and
</PXL_Admin_pattern>, enter the PingOne admin name or PingOne pattern as follows:
<PXL_Admin_pattern>admin name</PXL_Admin_pattern>
<PXL_Admin_pattern>*@parexel.*</PXL_Admin_pattern>
-
Save and close the file.
-
Start Apache Tomcat services.