Adding additional top-level domains to Talend Identity and Access Management - 8.0

Talend Installation Guide

Version
8.0
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
By default, Talend Identity and Access Management supports fully-qualified domain names (FDQN). To use Talend Identity and Access Management with a hostname that does not follow the pattern of an FQDN, you need to add a parameter to the Talend Identity and Access Management configuration file.

Before you begin

Stop Talend Identity and Access Management and all the modules linked to it.

Procedure

  1. Go to the apache-tomcat folder of your Talend Identity and Access Management installation.
  2. Open the conf/iam.properties file.
  3. Add the iam.additionalTLDs parameter to the iam.properties file.
    The parameter value identifies valid top-level domain names.
    • iam.additionalTLDs=lan: All domain names on the LAN are valid.
    • iam.additionalTLDs=mycompany: The domain name mymachine.mycompany is valid.
    • iam.additionalTLDs=mycompany,mycompany2: List multiple top-level domain names by using comma-separated values.
  4. Restart Talend Identity and Access Management.