> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ja/sekyuriti/identity-providers/scim-token-management.md).

# SCIMトークン管理

オーガナイゼーション' のクロスドメイン ID管理システム (SCIM) トークンは、IDプロバイダ (Microsoft Entra ID または Okta) を認証し、Verkada Command でユーザーとグループを動的にプロビジョニングします。

***

## SCIMトークンを生成する

{% stepper %}
{% step %}
**Verkada Command で、All Products > Admin に移動します。**
{% endstep %}

{% step %}
**Login & Access > SCIM Users Provisioning を選択します。**
{% endstep %}

{% step %}
**［Add Domain］をクリックし、希望するメールドメインを入力します。**
{% endstep %}

{% step %}
**（任意）アカウント作成時にユーザーへメール招待を送信したくない場合は、Send Email Invites をオフにします。**

新しく生成された SCIM トークンが表示されます。

<div align="left" data-with-frame="true"><img src="/files/f2a175abbd32ca04ec40fad91c2addd4ce0d53c8" alt="" width="606"></div>
{% endstep %}

{% step %}
**トークンを選択してクリップボードにコピーします。**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
この新しいトークンで、ただちに IDプロバイダ の設定を更新してください。ページを再読み込みすると、トークンは再表示されません。
{% endhint %}

***

## SCIMトークンを更新する

トークンを再生成する必要がある場合（たとえば、紛失した、または漏えいした場合）は、Command でこれを行えます。

{% hint style="warning" %}
SCIMトークンを更新すると、以前のトークンは直ちに無効化されます。ユーザーのプロビジョニングが中断されないよう、すぐに新しいトークンを IDプロバイダ にコピーしてください。
{% endhint %}

### 要件

* オーガナイゼーション' では、すでに SCIM プロビジョニングが有効になっている必要があります
* SCIMトークンを更新するには、オーガナイゼーション' 管理者である必要があります

### 仕組み

{% stepper %}
{% step %}
**Command で、\[すべての製品] > \[管理] に移動します。**
{% endstep %}

{% step %}
**Login & Access > SCIM Users Provisioning を選択します。**
{% endstep %}

{% step %}
**［Refresh］をクリックします。**
{% endstep %}

{% step %}
**警告メッセージが表示されたら、［Continue］をクリックして確認します。**

新しく生成された SCIM トークンが表示されます。
{% endstep %}

{% step %}
**トークンを選択してクリップボードにコピーします。**

この新しいトークンは以前のトークンを無効化し、元に戻すことはできません。
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
この新しいトークンで、ただちに IDプロバイダ の設定を更新してください。ページを再読み込みすると、トークンは再表示されません。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/command/ja/sekyuriti/identity-providers/scim-token-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
