# Migrating from Keeper Bridge to SCIM Provisioning

### Disable Keeper Bridge Service

Close Keeper Bridge Application and **stop** and **disable** the service on the machine

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

Remove Bridge Provisioning from your Keeper Admin Console

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

### Move all users from sub-nodes to the top-level SSO node

Navigate to the lowest level of your node setup

![](/files/6qaPhbKDnJeDN0VebwiF)

Move all users from sub-nodes to the top-level SSO node

![](/files/gULaSFii5AT0jtq2nHvJ)

#### Using Keeper Commander

Moving users to other nodes can be labor-intensive at scale. We recommend using [Keeper Commander](/keeperpam/commander-cli/overview.md) to perform the move.

* Moving all users from node "Bridge" and its subnodes using `action-report`:

{% code overflow="wrap" %}

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

{% endcode %}

* Moving one or more users to a node using `enterprise-user`:

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

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

### Configure SCIM Provisioning for your IdP

Refer to the documentation to choose your identity provider (IdP) for SSO Connect, then follow the corresponding SCIM provisioning steps.<br>

* [SSO Connect Cloud](/sso-connect-cloud/identity-provider-setup.md)
* [SSO Connect On-Prem](/sso-connect-on-prem/identity-provider-setup.md)
* [SCIM Provisioning](/enterprise-guide/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/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.
