Rapid Identity SSO Integration App Installation

Guide Overview

The Rapid Identity SSO Integration App allows administrators to facilitate logins through Rapid Identity single-sign on in Incident IQ. This allows districts the ability to automatically populate and update user data in iiQ based on information from your local active directory server.

The following guide is designed to provide step-by-step instructions on how to install the Rapid Identity Integration app, establishing a link with Rapid Identity for SSO functionality, as well as setting up a nightly task to sync user data with Incident IQ.

Guide Index

You can use the following links below to quickly navigate to a specific section in this document. To quickly return to this index simply use the Return to Index link located at the end of any section.

    1. Creating an Active Directory User
    2. App Installation
    3. App Configuration
    4. Establishing the IDP/ISP Connector with Rapid Identity
    5. Creating a Scheduled Sync Task

Creating an Active Directory User

Before beginning the installation process you will need to ensure you have the following:

  • An active directory vendor account that has the following permissions: 
    • Replicating directory changes.
    • Replicating directory changes in filtered set.
    • Replicating directory changes all.
    • Read.
  • A machine that runs .NET Framework v.4.5.1 or higher and also has network access to reach your district’s AD server.

Important Note: You will need to complete this step before proceeding. If you are unfamiliar with how to grant these specific permissions to a user then please refer to the following Microsoft help guide on Giving Users Replicating Directory Changes Permissions.

App Installation

To install the Rapid Identity SSO integration app, begin by selecting Incident IQ Apps > Browse on the left navigation bar. Scroll down to the Single Sign-On section and click on the Rapid Identity SSO app.

On the Rapid Identity SSO app page click on Install.

Once the installation has been completed, click on Manage App Settings and continue to the next section to configure your Rapid Identity SSO installation.

App Configuration

When accessing the Rapid Identity SSO app for the first time after installation you will only see the Overview tab and two selectable options:  Enable User Login and Enable User Sync. Before doing anything else, you will need to check these two options and click Save.

From here, you will see more options appear on the app tabs list.  Click on Sync Executable. If you do not see these tab options you may need to refresh your page first.

This page will assist you in setting up your connector app configuration file. At the very least, you will need to provide the following information:

  • AD Username (You will want to use the service account created in [section 1] of this document)
  • AD Password
  • AD Domain (Example: district.k12.tx.us)
  • AD Server IP (12.3.4.56)

If desired, you may also set up OU exclusions to prevent account information stored within select AD OUs from being brought over during system syncs. Please note that setting up filters is entirely optional and can be updated at any time.

Additionally, you can also enable the sync to copy over additional AD Attributes as well such as Student/Employee ID and Grade if those data points exist in AD. As with OU filters, this setting is entirely optional and can be updated at any time.

Once you have completed entering your configuration information, click on Download Executable to download the connector app. Please note, you will want to download this connector app to a device that has access to your AD server and also runs overnight.

After downloading the connector file, you will want to run a manual sync to test the connection as well as download user data to Incident IQ. To do this, run the IncidentIQ.Connectors.MicrosoftAd application (ignore the CONFIG File and PDB File in this case.) In the connector app window that appears, click Run now.

If the app runs successfully, a data packet of user data will be sent to Incident IQ that can then be used to run a system sync.

Establishing the IDP/ISP Connection with Rapid Identity

At this point in time, you will need to set up the SSO functionality of the Rapid Identity SSO app. To do so, begin by going to the app Overview tab and clicking on the Download Service Provider Metadata button.

  1. Log in to Rapid Identity as an Administrator and select ‘IDP Configuration’ option under ‘Configuration’.
  2. Click the ‘Register New Service provider‘ menu.
  3. Provide a name to the Service provider and paste the Incident IQ metadata file content and then Save.
  4. Finally, copy the provided metadata URL.

Once you have your Rapid Identity SSO metadata URL, you you will need to paste this link into the URL field under the Identity Provider Settings tab within the Rapid Identity SSO app in Incident IQ.

Additionally, further down in this tab you will also need to map SAML attributes needed for login. (Usually login_id, username, email, sAMAccountName, etc.)

After this tab has been configured, the Role mappings and Location mappings will need to be completed to map users to locations and roles within iiQ by OUs, groups, or any additional attribute that captures location or role for each user.

Creating a Scheduled Sync Task

To schedule the sync to occur automatically, you’ll need to create a task in Windows Task Manager. You can do so by searching for Administrative Tools and selecting Task Scheduler. This will open the Task Scheduler window.

In the Task Scheduler window, start by clicking on Action > Create Basic Task…

This will open the Create Basic Task Wizard. At the very least, you will need to provide a name for the new task. You can also add a task if desired. Once complete, click Next.

In the next step, you will be asked to select when this task should Trigger. We recommend running it daily (overnight) for the most accurate user data. Please ensure you set the task to run regardless of whether a user is logged in or not on the server. Once complete, click Next.

For the next step, you will need to specify what action the task will take when running. Select Start a Program and then click on Next.

When specifying the action to perform, locate the file IncidentIQ.Connectors.MicrosoftAd.exe in the Program/script file browser. Supply the argument -usersync in the Add arguments field. And finally, you will need to indicate the path you unzipped the files to in the Start in field. Once complete, click Next.

In the final step, you may review all of the settings of your task. Once you have completed your review, check Open the Properties dialog for this task when I click Finish option and then click the Finish.

In the sync properties window, you will need to check Run whether user is logged on or not as well as Run with highest privileges. Click OK to complete the sync setup.

Scroll to Top