# Centrifyの設定

{% hint style="info" %}
Centrifyとの完全なクラウドベースの統合については、[KeeperクラウドSSOコネクト](https://docs.keeper.io/sso-connect-cloud/jp/)をご参照ください
{% endhint %}

### Centrify

クラウドログインを使用して、Centrifyの管理者ポータルにログインします。

<figure><img src="/files/iGinelhJVCPnDCDfqhHQ" alt=""><figcaption></figcaption></figure>

プルダウンメニューから管理者ポータルに切り替えます。

<figure><img src="/files/U1RCiyMjd6sXRfqbmnn0" alt=""><figcaption></figcaption></figure>

クイックスタートウィザードがポップアップ表示した場合は、それを閉じます。メニューから**アプリ (Apps)** を選択し、**ウェブアプリを追加 (Add Web Apps)** を選択します。

<figure><img src="/files/tOZjsUE3LkiwMda5xrFL" alt=""><figcaption></figcaption></figure>

ウェブアプリを追加 (Add Web Apps) ウィンドウで、カスタム (Custom) タブを選択し、下にスクロールしてSAMLの**追加 (Add)** を選択します。

<figure><img src="/files/1rq68AhsCMAZoNZNjtB2" alt=""><figcaption></figcaption></figure>

「**このアプリケーションを追加しますか。(Do you want to add this application?）**」は、**はい (Yes)** を選択します。

<figure><img src="/files/AnJuG544HRwl0ahCByVm" alt=""><figcaption></figcaption></figure>

ウェブアプリを追加 (Add Web Apps) ウィンドウを閉じます。

<figure><img src="/files/tmlDfkcphN9rRSp7RwtF" alt=""><figcaption></figcaption></figure>

次の手順で、KeeperのSSOメタデータをCentrifyにアップロードします。\
\
Keeper SSOコネクトで、**メタデータをエクスポート (Export Metadata)** リンクを使用してKeeper SSOコネクトメタデータをエクスポートし、次の手順のためにこのファイルを保存します。

<figure><img src="/files/LUiKrM2qMZ5aAVBrd5w1" alt=""><figcaption></figcaption></figure>

CentrifyのSAMLアプリケーション設定 (Application Settings) セクションで、**SPメタデータをアップロード (Upload SP Metadata)** を選択します。

<figure><img src="/files/He4ujeJLg6eIiCVlgh2d" alt=""><figcaption></figcaption></figure>

**ファイルからSPメタデータをアップロード (Upload SP Metadata from a file)** を選択し、KeeperSSOMetadata.xmlファイルを参照します。**Ok**を選択します。

<figure><img src="/files/zKPW8JCd4pBuSLZFi2Za" alt=""><figcaption></figcaption></figure>

IDプロバイダのSAMLメタデータをダウンロードします。これがKeeper SSOコネクトにアップロードされます。

<figure><img src="/files/F4E1nePlv3iI7tOQC8la" alt=""><figcaption></figcaption></figure>

説明セクションで、アプリケーション名 (Application Name) フィールドに**Keeper SSO Connect**と入力し、カテゴリ (Category) フィールドで**セキュリティ (Security)** を選択します。

<figure><img src="/files/6RcXeY1qfhkl3DbM0ecM" alt=""><figcaption></figcaption></figure>

Keeperのロゴをダウンロードします。\
\
**ロゴを選択 (Select Logo)** を選択して、Keeperのロゴ (keeper60x60.png) をアップロードします。

<figure><img src="/files/ygyttoPrwbTyYPeHjHnY" alt=""><figcaption></figcaption></figure>

ユーザーアクセス (User Access) セクションで、Keeperアプリにアクセスできるロールを選択します。

<figure><img src="/files/mqwfGFCYd6PDHFlaWo3V" alt=""><figcaption></figcaption></figure>

アカウントマッピング (Account Mapping) セクションで、「以下の...を使用」を選択して**メール (mail)** を入力します。

<figure><img src="/files/QqAQW5m58dBLG0WgbFlu" alt=""><figcaption></figcaption></figure>

**詳細設定 (Advanced)** セクションで、以下のコード行を含むスクリプトを追加します。

```
setAttribute("Email", LoginUser.Get("mail"));
setAttribute("First", LoginUser.FirstName);
setAttribute("Last", LoginUser.LastName);
setSignatureType("Response");
```

<figure><img src="/files/wxuAck7KhgG44f2q1ie4" alt=""><figcaption></figcaption></figure>

* 上記のスクリプトは、ユーザーアカウント (Account) セクションから表示名を読み取ります。FirstName属性は、DisplayNameの最初の文字列から解析され、LastName属性は、DisplayNameの2番目の文字列から解析されます。

<figure><img src="/files/S4DlLEZLpEBDhIGh1l7J" alt=""><figcaption></figcaption></figure>

**保存 (Save)** を選択して設定を完了します。

<figure><img src="/files/LGGGZzfyXPJ3Nh9Evci2" alt=""><figcaption></figcaption></figure>

ファイルを設定画面にドラッグアンドドロップして、IDプロバイダのSAMLメタデータファイルをKeeper SSOコネクトインターフェースにアップロードします。

<figure><img src="/files/Ctulobf9VXJ41kA2zcFy" alt=""><figcaption></figcaption></figure>

**保存 (Save)** を選択して、Keeper SSOコネクトの設定は完了です。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/sso-connect-on-prem/jp/identity-provider-setup/centrify-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
