Changing Talend Identity and Access Management URL - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
You can change Talend Identity and Access Management URL if you do not wish to use the default localhost URL.

Before you begin

Before proceeding, make sure that Talend Identity and Access Management and all the modules linked to it are stopped.

Procedure

  1. Go to the apache-tomcat folder of your Talend Identity and Access Management installation.
  2. Open the conf/iam.properties file.
  3. Edit the iam.host parameter value with the URL you want to use for Talend Identity and Access Management.
    For example, replace localhost with mycompany-iam.com.
  4. Open the conf/fediz_config.xml file.
  5. Edit the issuer tag value with the URL you want to use for Talend Identity and Access Management.
    For example, replace http://localhost:9080/idp/federation with http://mycompany-iam.com:9080/idp/federation.
  6. Drop the OIDP and the IDP databases.
    • If you are using the default database, back up and delete the idp and oidc folders.
    • If you are using another database, back up the database and delete all the tables.
  7. Edit the configuration files of all the modules linked to Talend Identity and Access Management to update the URL of the service.
    • For Talend Data Preparation, edit the <data_prep>/config/application.properties configuration file.
    • For Talend Data Stewardship, edit the <tds>/apache-tomcat/conf/data-stewardship.properties configuration file.
  8. Restart all the services.