> ## Documentation Index
> Fetch the complete documentation index at: https://support.i.moneyforward.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS IAM Identity Center

> AWS IAM Identity Center (AWS SSO)の連携手順です。

## サポートする機能

<Badge color="blue">アカウント作成</Badge> <Badge color="blue">アカウント削除</Badge>

## 事前準備

### Step1: 連携用のポリシーの作成方法

1. [Identity and Access Management (IAM)](https://console.aws.amazon.com/iam)にアクセスし、左メニューの**ポリシー**から \[**ポリシーの作成**] をクリックします。詳細は[IAM ポリシーを作成する（外部サイト）](https://docs.aws.amazon.com/ja_jp/IAM/latest/UserGuide/access_policies_create-console.html)側でご確認ください。

   <img src="https://mintcdn.com/moneyforwardi/5mVcwZ5Mh9A1Ays_/images/integrations/eujd10zuc3/1698807178111-image.png?fit=max&auto=format&n=5mVcwZ5Mh9A1Ays_&q=85&s=07dc6341767f5fb090a4498ae7746748" alt="IAMポリシー画面" width="3066" height="812" data-path="images/integrations/eujd10zuc3/1698807178111-image.png" />

2. ポリシーの作成画面で、JSONタブをクリックし、次のスクリプトを上書きします。

   <img src="https://mintcdn.com/moneyforwardi/-1FHCVDHovQ5S9P9/images/integrations/eujd10zuc3/1698807429788-image.png?fit=max&auto=format&n=-1FHCVDHovQ5S9P9&q=85&s=b19bb8910ba24c014b399f284f7438dd" alt="ポリシーJSON編集画面" width="2990" height="1410" data-path="images/integrations/eujd10zuc3/1698807429788-image.png" />

   ```json theme={null}
   {
       "Version": "2012-10-17",
       "Statement": [
           {
               "Sid": "VisualEditor0",
               "Effect": "Allow",
               "Action": [
                   "identitystore:ListGroupMemberships",
                   "sso:ListAccountAssignmentsForPrincipal",
                   "organizations:ListAccounts",
                   "sso:ListPermissionSets",
                   "identitystore:ListUsers",
                   "sso:ListInstances",
                   "identitystore:ListGroups",
                   "sso:DescribePermissionSet"
               ],
               "Resource": "*"
           }
       ]
   }
   ```

3. 任意の名前を入力し、\[ポリシーの作成]をクリックし保存します。（その他の項目は入力不要です）

   <img src="https://mintcdn.com/moneyforwardi/CeqZrzVWh1kvNder/images/integrations/eujd10zuc3/1698807683624-image.png?fit=max&auto=format&n=CeqZrzVWh1kvNder&q=85&s=b3a089cca87c13d93e23a2b67b0e9f7e" alt="ポリシー作成完了" width="1920" height="917" data-path="images/integrations/eujd10zuc3/1698807683624-image.png" />

### Step2: 連携用のロール作成方法

1. [Identity and Access Management (IAM)](https://console.aws.amazon.com/iam)にアクセスし、左メニューの**ロール >** **ロールを作成** をクリックします。

   <img src="https://mintcdn.com/moneyforwardi/tafzl_sQ3HYSeWQI/images/integrations/eujd10zuc3/1698807827541-image.png?fit=max&auto=format&n=tafzl_sQ3HYSeWQI&q=85&s=021419c995f9fcad8c1c523cfe1d36d2" alt="ロール作成画面" width="3058" height="766" data-path="images/integrations/eujd10zuc3/1698807827541-image.png" />

2. 信頼されたエンティティを選択では、次のように各値を入力します。入力完了後、［**次へ**］をクリックします。

   * 信頼されたエンティティタイプ：AWSアカウントを選択
   * AWSアカウント：「別のAWSアカウント」を選択し、アカウントIDに`162001151631`と入力します。
   * \*\*外部 ID を要求する (サードパーティがこのロールを引き受ける場合のベストプラクティス)\*\*にチェック
   * 外部IDには`ランダムな英数字（記号を除く24桁以上推奨）`を入力します。
   * MFAが必要のチェックは外してください。
   * ユーザーを追加・削除する場合、[こちらの権限](#policies-controlling-access-create-update-delete)をロールに付与してください。

   <img src="https://mintcdn.com/moneyforwardi/-1FHCVDHovQ5S9P9/images/integrations/eujd10zuc3/1698807993343-image.png?fit=max&auto=format&n=-1FHCVDHovQ5S9P9&q=85&s=f847f82cd7d6af5ab73e36f5414938bb" alt="ロール設定画面" width="2716" height="1650" data-path="images/integrations/eujd10zuc3/1698807993343-image.png" />

3. Step1で作成したポリシーを選択し、次へをクリックします。

   <img src="https://mintcdn.com/moneyforwardi/CeqZrzVWh1kvNder/images/integrations/eujd10zuc3/1698808246586-image.png?fit=max&auto=format&n=CeqZrzVWh1kvNder&q=85&s=6de3205540a3fd55c7b5a3d8229b624c" alt="ポリシー選択画面" width="1920" height="690" data-path="images/integrations/eujd10zuc3/1698808246586-image.png" />

4. 任意のロール名を設定し、\[**ロールを作成**] をクリックします。（その他の項目は編集不要です）

   <img src="https://mintcdn.com/moneyforwardi/CeqZrzVWh1kvNder/images/integrations/eujd10zuc3/1698808668143-image.png?fit=max&auto=format&n=CeqZrzVWh1kvNder&q=85&s=22a1145a8f5c9bc13d1768d6f10c0076" alt="ロール名設定画面" width="1880" height="442" data-path="images/integrations/eujd10zuc3/1698808668143-image.png" />

<h4 id="policies-controlling-access-create-update-delete">
  カスタマー管理ポリシーを作成、削除する権限の設定
</h4>

ユーザーを追加・削除するためには、以下の権限をロールに付与してください。

詳細は[カスタマー管理ポリシーを作成、更新、削除する権限の制御（外部サイト）](https://docs.aws.amazon.com/ja_jp/IAM/latest/UserGuide/access_controlling.html#access_controlling-identities#%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%83%BC%E7%AE%A1%E7%90%86%E3%83%9D%E3%83%AA%E3%82%B7%E3%83%BC%E3%82%92%E4%BD%9C%E6%88%90%E3%80%81%E6%9B%B4%E6%96%B0%E3%80%81%E5%89%8A%E9%99%A4%E3%81%99%E3%82%8B%E6%A8%A9%E9%99%90%E3%81%AE%E5%88%B6%E5%BE%A1)もご参照ください。

```json theme={null}
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "identitystore:CreateUser", 
                "identitystore:DeleteUser", 
                "identitystore:CreateGroupMembership" 
            ],
            "Resource": "*"
        }
    ]
}
```

### Step3: Role ARNの確認方法

1. ロール画面で作成したロールを検索して表示、クリックします。
2. **Role ARN**が表示されるので、コピーして保存しておきます。

   <img src="https://mintcdn.com/moneyforwardi/CeqZrzVWh1kvNder/images/integrations/eujd10zuc3/1698805456434-image.png?fit=max&auto=format&n=CeqZrzVWh1kvNder&q=85&s=6418cd6ddd042bf6a53209e6ed0b5f1d" alt="Role ARN確認画面" width="1920" height="453" data-path="images/integrations/eujd10zuc3/1698805456434-image.png" />

### Step4: リージョンとワークスペースキーの確認方法

**IAM Identitiy Center > 設定**にアクセスし、`リージョン`と`IDストアID`をコピーして保存しておきます。

<img src="https://mintcdn.com/moneyforwardi/5mVcwZ5Mh9A1Ays_/images/integrations/eujd10zuc3/1698805146339-image.png?fit=max&auto=format&n=5mVcwZ5Mh9A1Ays_&q=85&s=65f44a4b8049ced699a0d3b8d993f1f9" alt="IAM Identity Center設定画面" width="3004" height="1460" data-path="images/integrations/eujd10zuc3/1698805146339-image.png" />

## インテグレーションのセットアップ

1. インテグレーション > インテグレーションで「**AWS IAM Identity Center**」と検索します。

2. 前の手順で取得した**ワークスペースキー**、**リージョン**、**Role ARN**、ロール作成時に設定した**外部ID**を入力し、連携するをクリックします。

   <img src="https://mintcdn.com/moneyforwardi/CeqZrzVWh1kvNder/images/integrations/eujd10zuc3/2026-07-12-23-14-52.png?fit=max&auto=format&n=CeqZrzVWh1kvNder&q=85&s=438a9c8746c756c4471106ab6ebb4641" alt="連携情報入力画面" width="784" height="1372" data-path="images/integrations/eujd10zuc3/2026-07-12-23-14-52.png" />

3. **AWS IAM Identity Center**との連携が成功すると、アカウント一覧に登録済みのユーザー情報が表示されます。正常に完了しない場合は、まず [SaaSとの連携に失敗する場合の対処法](/it-management/saas-management/93nahw45is-trouble) に記載のステップをお試しください。それでも解決しない場合は、[ご提供いただきたい情報](/it-management/saas-management/93nahw45is-trouble#info-to-provide) をご確認のうえ、[サポート窓口](/contact-support)までお問い合わせください。

## メールアドレスが取得出来ない場合のSaaSの手動紐づけ

メールアドレスが取得できないSaaSのため、ディレクトリ > ID種別「不明ID」と判定されます。

ユーザータイプが「不明ID」と判定された場合は、他のアカウントと手動で紐づけ（名寄・マージ）を行ってください。

設定の詳細は[SaaSのアカウントを他のアカウントに手動で紐付け（名寄せ/マージ）する](/it-management/saas-management/d97dy5z2l7-merge)をご参照ください。
