Configure SSO - Data360_DQ+ - 13.2

Data360 DQ+ Azure Installation

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
13.2
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Azure Installation
Copyright
2025
First publish date
2016
ft:lastEdition
2026-04-13
ft:lastPublication
2026-04-13T10:36:21.951000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

After installation, you can perform these steps to enable SSO login for your organization. You can configure SAML for a single-tenant deployment of the cloud edition of Data360 DQ+.

  1. Configure the Identity Provider (IdP) file by setting these claims:

    Claim

    Acceptable values

    Email address

    • http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
    • emailAddress

    Full name

    • http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
    • name

    First name

    • http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
    • givenName

    Last name

    • http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
    • surname

    Group name

    • http://schemas.xmlsoap.org/claims/Group
    • Group

    Name ID

    • http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier
    • NameID
    The IdP metadata must be returned to the Data360 DQ+ installer.

    The IdP file is provided by your Identity Provider (IdP) and contains information that is required by other applications for SSO.

  2. Edit the <deployment_id>.properties file, as follows:

    Property

    Value

    IS_SAML_ENABLED

    Set to true to enable SSO using SAML.

    IS_SAML_ENABLED=true

    SAML_METADATA_IDP

    Specify the path to the Identity Provider IDP XML file.

  3. Ensure that the gradle.sh script is executable by running these commands from the deployment folder:

    chmod +x gradle.sh
    chmod +x gradle-dist/bin/gradle
  4. Generate the Service Provider (SP) metadata file by running the following command:
    gradle.sh currentBuild to-<deployment_ID> generateSamlSpMetadata
    The file will be generated at environments/<deployment_ID>

    Copy the SP metadata file to another location as a backup.

  5. Send the SP metadata file to your SAML Identity Provider (IdP) to establish the trust relationship.
  6. Verify that you have the key store used by Data360 DQ+ at the location specified by the APP_KEYSTORE_FILE property in the <deployment_ID>

    .properties file. By default, the key store is located at:

    environments/<deployment_ID>/sagacity.keystore

    Copy the key store file to another location as a backup.

  7. Prior to redeploying the application, update the <deployment_ID>.properties file to indicate the location of the IdP file by setting the following property:

    SAML_METADATA_IDP

  8. Run the following command:
    gradle.sh currentBuild to-<deployment_ID> deploy