# KeeperブリッジからSCIMプロビジョニングへの移行

### Keeperブリッジサービスの停止と無効化

Keeperブリッジアプリケーションを閉じ、マシン上のサービスを**停止**してから**無効化**します。

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

Keeper管理コンソールからブリッジプロビジョニングを削除します。

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

### サブノードのユーザーをすべて最上位のSSOノードへ移動する

ノード構成画面でツリーの最下位レベルまで移動します。

![](/files/SmWY1jUVKppHvZCiTabD)

サブノードにいるユーザーをすべて、最上位のSSOノードへ移動します。

![](/files/LrJRgEIBIwD2KGOClLi5)

#### Keeperコマンダーを使用する

ユーザー数が多い場合、ノード間の移動は負担が大きくなります。 [**Keeperコマンダー**](/keeperpam/commander-cli/overview.md)の利用を推奨します。

* 「Bridge」ノードとそのサブノードから全ユーザーを `action-report` で移動

{% code overflow="wrap" %}

```
action-report --target all --node "Bridge" --recursive --apply-action move --target-node "SSO"
```

{% endcode %}

* 1人以上のユーザーを `enterprise-user` で指定ノードへ移動

```
enterprise-user [user email] [user email] --node "SSO"
```

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

### IdPのSCIMプロビジョニングを設定する

SSOコネクトで利用するアイデンティティプロバイダー (IdP) の選定と、SCIMプロビジョニングの設定手順は、以下の各ドキュメントをご参照ください。<br>

* [クラウドSSOコネクト](/sso-connect-cloud/jp/identity-provider-setup.md)
* [オンプレミスSSOコネクト](/sso-connect-on-prem/jp/identity-provider-setup.md)
* [SCIMプロビジョニング](/enterprise-guide/jp/user-and-team-provisioning/azure-ad-provisioning-scim.md)


---

# 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/keeper-bridge/jp/migrating-from-keeper-bridge-to-scim-provisioning.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.
