Adding the Talend Data Catalog application in OKTA - 8.0

Talend Data Catalog Administration Guide

Version
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Catalog
Content
Administration and Monitoring
Data Governance
Last publication date
2023-09-26

Before you begin

  • You have logged in to your Okta organization as a user with administrative privileges.
  • You have selected the Classic UI.

Procedure

  1. Click the Admin button.
  2. Click Add Applications, then click the Create New App button.
  3. Select SAML 2.0, then click Create.
  4. In the General Settings step, enter a name, for example Talend Data Catalog, then click Next.
  5. Fill in the SAML settings, as follows:
    Field Description
    Single sign on URL http://<hostname>:<port>/<application_name>/MM/Auth

    For example: http://localhost:11480/MM/Auth

    Audience URI (SP Entity ID) <hostname>
    For example: localhost
    Note: The product now uses only the host name as the SP's entity ID. You should ensure that the audience restriction on the Okta server side should match the service provider's entity ID. Otherwise, the application server will no longer authenticate using SAML OKTA.
  6. In the Attribute Statements area, add the user attributes, as follows:
    Name Value
    Email user.email
    Login user.login
    FullName user.firstName + " " + user.lastName
  7. Click Next and Finish.
  8. In the Sign On tab, copy the Identity Provider metadata link.
    You need this information to configure SAML in your application.

Results

You are now ready to configure the SAML server in Talend Data Catalog.

For more information on how to set up a SAML application in Okta, refer to the Okta documentation.