Report errors or omissions

Integrate SailPoint IdentityIQ

SailPoint IdentityIQ is a cloud-based application that manages files and applications across your IT environment (see https://www.sailpoint.com). You can protect access to SailPoint IdentityIQ by integrating SailPoint IdentityIQ  with Identity as a Service. Once integrated, users can use single sign-on to log in to their SailPoint IdentityIQ account through Identity as a Service.

Note: This integration was tested using Identity as a Service version 5.23 and SailPoint IdentityIQ version 81p3. Other versions of SailPoint IdentityIQ may require integration and configuration steps that differ from those documented in this procedure. For other versions of SailPoint IdentityIQ, this integration guide may be used as an initial approach for integrating SailPoint IdentityIQ . In the event of other issues, contact support@entrust.com for assistance.

To integrate SailPoint IdentityIQ with Identity as a Service, you must do the following:

Step 1: Copy the SAML Configuration from Identity as a ServiceStep 1: Copy the SAML Configuration from Identity as a Service

Copy the SAML Configuration from Identity as a Service

Log into your Identity as a Service administrator account.

Click > Security > Applications. The Applications Lists page appears.

Under SAML Cloud Integrations, click SAML Configuration. The SAML Configuration dialog box appears.

This dialog box contains information you need to configure your SAML application for Identity as a Service authentication.

Do one of the following:

Leave this dialog box open to reference later in this procedure.

Copy the Entity ID, Single Sign-on URL, and Single Logout URL to a text file and save it to reference later in this procedure.

Note: Depending on the integration you are performing, you may not need all three of these SAML configuration values.

Step 2: Copy the SAML signing certificate from Identity as a ServiceStep 2: Copy the SAML signing certificate from Identity as a Service

Copy a SAML signing certificate

Log in to your Identity as a Service administrator account.

Click > Security > Applications. The Applications List page appears.

Under SAML Cloud Integrations, click SAML Signing Certificates. The SAML Signing Certificates page appears.

Click  next to the certificate to copy it to the clipboard.

You can additionally download the certificate and save it for future use.

Open a text editor, such as Notepad, and paste the contents of the certificate into the text file.

Save the file.

Step 3: Configure SailPoint for Identity as a Service authenticationStep 3: Configure SailPoint for Identity as a Service authentication

Configure SailPoint for Identity as a Service authentication

Log in to SailPoint IdentityIQ as an administrator. The SailPoint IdentityIQ Home page appears.

Click   . The Settings drop-down list appears.

 In the Settings menu, click Global Settings. The Global Settings page appears.

Scroll and click Login Configuration.

 In the Login Configuration, select SSO Configuration tab.

Select Enable SAML Based Single Sign-On (SSO).

Under Identity Provider Settings, enter the following:

In the Entity ID / Issuer, enter the Entity ID that you copied in Step 1: Copy the SAML configurations from Identity as a Service.

In the SSO Login URL, enter the Single Sign-On URL that you copied in Step 1: Copy the SAML configurations from Identity as a Service.

In the x509 Certificate field, paste the certificate you copied in Step 2: Copy the SAML signing certificate from Identity as a Service.

Under Service Provider(IdentityIQ)  Settings, enter the following: 

In ACS URL, enter https://<URL of IdentityIQ>/home.jsf.

In Entity ID, enter https://<URL of IdentityIQ>/home.jsf.

In SAML Name ID Format, select unspecified.

SAML Correlation Rule: This is a sample of a correlation rule that runs in IdentityIQ. The logic should be to get a value from the SAML assertion, in this case the nameId. In the example, nameId contains the actual name of the Identity we want to match against (and allow access into the system). In reality, nameId might contain another identifier like email address. In this case, the logic in the beanshell SAML Correlation rule needs to be updated to search of matching Identities with this attribute in mind.

// Imports

            import sailpoint.object.Identity;

            // Making a BIG assumption here that the nameid-format is unspecified/persitent

            // Get the nameId from the assertionAttributes

            String nameId = (String)assertionAttributes.get("nameId");

            Identity ident;

            if(nameId != null) {

                // Lookup the identity based on nameId

                ident = context.getObject(Identity.class, nameId);

            }

            return ident;

Click Save.

Step 4: Add SailPoint to Identity as a ServiceStep 4: Add SailPoint to Identity as a Service

Add SailPoint as an application to Identity as a Service

Log into your Identity as a Service administrator account.

Click > Security > Applications. The Applications Lists page appears.

Click Add. The Select an Application Template page appears.

Do one of the following:

Select SAML Cloud Integrations from the search drop-down list and scroll to find the application you want to add to IDaaS.

- or -

In the Search bar, enter a search option to filter for the application you want to add to IDaaS.

Click SailPoint. The Add SailPoint page appears.

Enter an Application Name.

Enter an Application Description.

Optional. Add a custom application logo.

Click next to Application Logo. The Upload Logo dialog box appears.

Click  to select an image file to upload.

Browse to select your file and click Open. The Upload Logo dialog box reappears showing your selected image.

If required, resize your image.

Click OK.

Select the Authentication Flow that appears to users during login.

Click Next. The General page appears.

In the Default Assertion Consumer Service URL, enter https://<URL of IdentityIQ>/home.jsf.

In the Entity ID field, enter https://<URL of IdentityIQ>/home.jsf.

Optional. Enter the SAML Username Parameter Name used to identity the user ID being requested for authentication. The user ID can then be passed as a parameter, for example, Username=jdoe. Alternately, if the SAML username is NameID, the SAML Request XML NameID element value is used to the identify the IDaaS userID.

Enter the SAML Session Timeout to the time when the SAML Assertion times out. The maximum is 720 minutes.

Enter the Max Authentication Age (seconds) to set the maximum amount of time that can elapse before a user is required to reauthenticate during a new login attempt. This applies for both SP-initiated and IDP-initiated login. Set this field to -1 to disable this feature.

From the SAML NameID Attribute drop-down list, select UserID.

From the SAML NameID Encoding Format drop-down list, select Unspecified.

Select the SAML Signing Certificate from the drop-down list. This is the signing certificate you added to SailPoint from Step 2: Copy the SAML Signing Certificate from Identity as a Service.

From the SAML Signature Algorithm drop-down list, select SHA512.

Select Sign Complete SAML Response.

Deselect Enable Go Back Button if you do not want users to be able to go back to the SailPoint IdentityIQ login page to log in.

Select Show Default Assertion Consumer URL Service in the My Profile. When selected, the Default Assertion Consumer URL appears in a user's My Profile page in addition to relay states and Alternative Assertion Consumer URLs.

Optional. Add Alternative Assertion Consumer Service URLs, as follows:

Click Add.

Enter a Name.

Enter a URL Value.

Select Show in My Profile to display the Alternative Consumer Service URL in a user's My profile page.

Optional. Add an Application Logo.

Click Add.

Repeat these steps to add more Alternative Assertion Consumer Service URLs.

Click Submit.

Step 5: Add a resource ruleStep 5: Add a resource rule

See Create resource rules.

Step 6: Test the integrationStep 6: Test the integration

Testing Service Provider Login

Open a Web browser and enter the URL for your SailPoint IdentityIQ Portal. You are directed to Identity as a Service.

Enter your SailPoint IdentityIQ Portal account User ID and click Next.

Respond to the second-factor authentication challenge. If you respond successfully, you are logged in to the SailPoint.

Testing Identity as a Service redirect log in

Log in to your Identity as a Service account.

Go to your My Profile page if you are not already there.

Under Applications, click SailPoint.

Respond to the second-factor authentication challenge. If you respond successfully, you are logged into SailPoint.