> 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/government-solutions/ja/shingurusainonsso/kesoryshonnoidpurobaida.md).

# 政府機関向けソリューションのIDプロバイダ

Verkada Commandを、お客様の組織のIDプロバイダ（IdP）と統合して、シングルサインオン（SSO）を実現します。

{% hint style="danger" %}
必要なもの [オーガナイゼーション' 管理者](/command/ja/yzto/roles-and-permissions-for-command.md) SSOを設定するための権限。
{% endhint %}

***

## 対応プロバイダ

| プロバイダ                                                                                                                                                | SAML | SCIM |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | :--: | :--: |
| [Okta](broken://pages/a34aadcdab4e16192e8b7b7649e4172a3981404e)                                                                                      |  はい  |  はい  |
| [Microsoft Entra ID](/government-solutions/ja/shingurusainonsso/kesoryshonnoidpurobaida/microsoft-entra-id-saml-integration-government-solutions.md) |  はい  |  はい  |

***

## クライアントIDを生成

{% stepper %}
{% step %}
**Verkada Command ＞ すべての製品 ＞ 管理者に移動します。**
{% endstep %}

{% step %}
**［ログインとアクセス］で、［シングルサインオン（SSO）］を選択します。**
{% endstep %}

{% step %}
**クリック**  <i class="fa-plus">:plus:</i> **追加。**
{% endstep %}

{% step %}
クリック **クライアントIDの横にある［コピー］をクリックします。**

IDプロバイダの設定で使用するため、クライアントIDを安全な場所に保存します。
{% endstep %}

{% step %}
**IDプロバイダの設定を完了してから戻り、次の設定を完了します：** [**Commandの設定**](#command-configuration)**.**
{% endstep %}
{% endstepper %}

***

## Commandの設定

IDプロバイダを設定すると、CommandにアップロードするXMLメタデータファイルが届きます。

{% stepper %}
{% step %}
**Verkada Command ＞ すべての製品 ＞ 管理者に移動します。**
{% endstep %}

{% step %}
**［ログインとアクセス］で、［シングルサインオン（SSO）］を選択します。**
{% endstep %}

{% step %}
**クリック** <i class="fa-pencil-line">:pencil-line:</i> **SAML設定の横にある**
{% endstep %}

{% step %}
**［IDプロバイダXMLメタデータ］セクションで、［新しいXMLをアップロード］をクリックします。**

IDプロバイダの設定時にダウンロードしたXMLファイルをアップロードします。
{% endstep %}

{% step %}
**［メールドメイン］セクションで、組織内のユーザーがログインに使用するメールドメインを設定します。**&#x20;
{% endstep %}

{% step %}
**［メタデータを検証］セクションで、［ログインテストを実行］をクリックして、設定が正しく完了したことを確認します。ログインテストが失敗した場合は、メタデータファイルと関連するドメインを確認してください。**

よくあるエラー： `app_not_configured_for_user` — ブラウザにアプリアクセスがキャッシュされている場合に発生することがあります。シークレットブラウザを使用するか、キャッシュをクリアして再試行してください。

{% hint style="danger" %}
XMLを検証する前に、メールドメインを追加する必要があります。
{% endhint %}
{% endstep %}

{% step %}
**（任意）［SSOを必須にする］をオンにすると、組織内の全員にSSOでのログインを強制できます。**

* 設定済みのメールドメインを使用するすべてのユーザーは、SAMLを介してサインインする必要があります
* ユーザーアクセスをより細かく制御できます
* SAMLに問題がある場合、解決されるか強制が無効になるまでユーザーはサインインできません

{% hint style="warning" %}
&#x20;XMLが検証されるまで、SSOを必須にすることはできません。
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/government-solutions/ja/shingurusainonsso/kesoryshonnoidpurobaida.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.
