Enable Okta Single Sign-on as Identity Provider

Users in an organization can sign on to Calyx RIM Viewing automatically with the user account information stored in the Okta active directory. This eliminates the need to reauthenticate Calyx RIM Viewing when when you are using Okta as ID provider.

To enable Okta single sign-on as IdP, do the following:
  1. Ensure that all users are logged out of the Calyx RIM Viewing application.
  2. Stop Apache Tomcat services.
  3. 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.
  4. Open the config.xml file in a text or XML editor.
  5. 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".
  6. Between <PXL_Admin_pattern> and </PXL_Admin_pattern> , enter the Okta admin name or Okta pattern as follows:
    <PXL_Admin_pattern>admin name</PXL_Admin_pattern>
    <PXL_Admin_pattern>*@parexel.*</PXL_Admin_pattern>
  7. Save and close the file.
  8. Start Apache Tomcat services.