Talend Identity and Access ManagementをTalend Data Authoring for MDMとリンク - 7.3

Talendインストールガイド

Version
7.3
Language
日本語
Operating system
Windows
Subscription type
サブスクリプション
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 Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30
対象製品...

Data Fabric

MDM Platform

Talend Identity and Access Managementを手動でインストールしている場合、Talend Identity and Access ManagementTalend Data Authoring for MDMとリンクするために、OIDCクライアントを作成する必要があります。Talend Installerを使用してTalend Identity and Access Managementをインストールする場合、この操作は自動的に行われます。

手順

  1. Talend Identity and Access ManagementTalend Data Authoring for MDMが既に開始している場合は、両方を停止します。
  2. iam-A.B.C\apache-tomcat-x.x.xx\clientsにアクセスします。
  3. mdm-da-client.jsonファイルを作成します。
  4. 次のコンテンツを貼り付けます。
    {
    "post_logout_redirect_uris" : [ "http://my-machine:8180", "http://localhost:8180", "http://127.0.0.1:8180" ],
    "grant_types" : [ "authorization_code", "refresh_token", "password" ],
    "scope" : "openid refreshToken",
    "client_secret" : "L7QGABLpJ2jAoa0i2QmCfLBHm0N3T3pEFCEtyU6Q6YE=",
    "redirect_uris" : [ "http://my-machine:8180/login", "http://localhost:8180/login", "http://127.0.0.1:8180/login" ],
    "backchannel_logout_uri" : "http://localhost:8180/logout-op",
    "client_name" : "MDM DA OIDC Gateway",
    "client_id" : "JpL3iigU6mfd6A"
    }
  5. 必要に応じてパラメーターを変更します。
    パラメーター 説明
    post_logout_redirect_uris ログアウト後にユーザーをリダイレクトするURI

    Talend Identity and Access ManagementTalend Data Authoring for MDMが同じマシンに置かれている場合は、例示されているようにlocalhost127.0.0.1に加えてマシンの名前を必ず入力してください。

    grant_types OAuth仕様には、さまざまな権限付与の種類があります。これらの認証により、クライアントアプリケーションがアクセストークンを取得できるようになります。このトークンは、クライアントがユーザーデータにアクセスする権限を表します。grant_typesをサンプルに示す値に設定します。
    scope OpenIDで定義されたスコープ。これをサンプルで示されている値に設定します。
    client_secret クライアントのパスワード。

    このパラメーターは、Talend Data Authoring for MDMの設定ファイルであるdata-authoring-proxy.propertiesdata-authoring-gateway.propertiessecurity.oauth2.client.clientSecretと同じ値に設定する必要があります。

    クライアントのパスワードは初回の起動時に暗号化されます。

    redirect_uris ログイン後にユーザーをリダイレクトするURI URIの/loginの部分は必須です。

    Talend Identity and Access ManagementTalend Data Authoring for MDMが同じマシンに置かれている場合は、例示されているようにlocalhost127.0.0.1に加えてマシンの名前を必ず入力してください。

    client_name OIDCクライアントの名前。クライアントの名前(末尾のスペース付き)のMDM部分は必須です。
    client_id OIDCクライアントのID。

    このパラメーターは、Talend Data Authoring for MDMの設定ファイルであるdata-authoring-proxy.propertiesおよびdata-authoring-gateway.propertiessecurity.oauth2.client.clientIdと同じ値に設定する必要があります。

  6. Talend Identity and Access ManagementTalend Data Authoring for MDMを起動します。