Illumina Connected Software Platform Integration

As of Clarity LIMS v6.3, it is possible to integrate with Illumina Connected Software Platform (ICP). This is available as part of Clarity LIMS Enterprise Software for hosted instances.

The Clarity LIMS ICP solution allows for the following features:

  • Single Sign-On (SSO) authentication to Clarity LIMS and LabLink when you are already logged into Illumina Connected Software Platform.

  • Unidirectional synchronization of user information (such as first name, last name and title) from Illumina Connected Software Platform to Clarity LIMS.

  • Automated unidirectional provisioning of user accounts from Illumina Connected Software Platform to Clarity LIMS. The email of the ICP user will be used by Clarity LIMS to determine if a new user needs to be provisioned upon success login.

If you wish to access the default Clarity login page while ICS is enabled, use the URL https://{SERVER_DOMAIN}/clarity/login/auth/?default=1.

Prerequisites

  • Must have a Clarity LIMS purchase with a domain of https://<customer>.claritylims.com. Example https://reader.claritylims.com

  • Must be configured with a tenant administrator account for your Illumina Connected Software Platform enterprise domain.

    NOTE: Users with Platform Services public account are not allowed to login via Clarity LIMS.

  • Access to your Clarity LIMS instance to configure the application properties. See Providing Information about your Illumina Connected Software Platform Implementation

Illumina Connected Software Platform Onboarding

For details on ICP integration onboarding, contact Illumina Support Team.

Clarity LIMS leverages on ICP's user, password and session management capabilities. To allow users to access Clarity LIMS, they must also be granted the "Has Access" role for the Clarity LIMS product through the IAM console.

NOTE: Clarity LIMS Open API authentication for ICP user is not supported.

Enabling Illumina Connected Software Platform Integration

If you use, or would like to use, ICP integration with Clarity LIMS, make sure that the global secret is configured using Secret Management Util. For details, see Guide to Secret Management.

NOTE: ICP Integration is only supported on Clarity LIMS hosted environment.

Providing Information about your Illumina Connected Software Platform Implementation

By default, only the Administrator role has the SystemSettings:action permission.

To enable ICP integration with Clarity LIMS, a Clarity LIMS system administrator completes the following steps:

  1. In Clarity LIMS, select System Settings on the top right menu bar.

  2. On the system settings screen, select the Application Properties tab, then search for Platform.

  3. Click Select All and update the following properties with the appropriate values.

PropertyDescription

authentication.type

Sets to platformAuthentication

platform.host

Configured the qualified URL of the target ICP domain. URL must starts with https:// Example: https://reader.login.illumina.com

platform.domain

Sets the target domain of ICP. Example: reader

platform.defaultLab

Sets the default Lab to be used when creating newly provisioned ICP users. It is set to Administrative lab by default.

platform.defaultRoles

Sets the list of roles to be applied to provisioned ICP users. It is set to Labtech, Webclient by default. NOTE: Roles and permissions are managed within Clarity LIMS.

User will be redirected to the 401 unauthorised error page if none of the default roles configured in platform.defaultRoles property contains the clarityLogin permission.

Once a ICP integration with Clarity LIMS is established, all changes to user profiles must be made from the Illumina Connected Software Platform service.

User Provisioning

The email of the ICP user will be available to Clarity LIMS after successful log in with ICP.

  • Users are automatically created with a Clarity LIMS user account based on the platform.defaultLab and platform.defaultRoles configured when a user accesses Clarity LIMS via ICP for the first time.

  • If you have an existing Clarity LIMS user account, it will automatically be linked to your ICP user account based on the Clarity LIMS account's email address.

Syncing Illumina Connected Software Platform User Status

To synchronize user information from ICP to Clarity LIMS, a Clarity LIMS system administrator (and also a ICP tenant administrator) completes the following steps:

  1. From Configuration, select the User Management tab.

  2. Select the Users tab.

  3. In the Users list, select Sync Platform.

    Sync Platform is hidden by default if ICP has not been implemented.

Unlinking Users

There are two ways to unlink ICP provisioned users.

  1. In Clarity LIMS, at the right of the menu bar, select your username and then select Profile.

  2. The Profile page opens, displaying the details associated with your user profile.

  3. On this page, click the Unlink Platform Account.

  4. Click Continue in the pop up message to unlink from ICP account.

    NOTE: You will be logged out of Clarity LIMS and redirect to the Clarity LIMS login page.

A Clarity LIMS system administrator is required to complete the following steps:

  1. On the main menu, select Configuration.

  2. On the configuration screen, select the User Management tab, then select Users.

    The Users tab to see a list of all current active and archived users in the system, categorized by role.

  3. Select the user to unlink ICP.

    The details for the selected user display in the User Details area on the right. ICP users will have Unlink Platform Account enabled.

  4. Click the Unlink Platform Account.

  5. Click Continue in the pop up message to unlink from platform account.

Session Timeout

After a ICP integration with Clarity LIMS is established, administrator must use Domain > Session Management in ICP to specify the period of time for which user's session should persist, after they have authenticated. Any session timeout configured using clarity.session.timeout and api.session.timeout in the property table of Clarity LIMS will no longer apply.

Last updated