> 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/authentication-overview.md).

# 認証の概要

複数の認証オプションでVerkada Command組織を保護します。セキュリティ要件に最も適した方法を選択してください。

***

## 認証方法を選択してください

| 方法                                                                                  | 最適な用途                     | セキュリティレベル |
| ----------------------------------------------------------------------------------- | ------------------------- | --------- |
| [2要素認証](/command/ja/sekyuriti/authentication-overview/two-factor-authentication.md) | パスワードベースのログインを迅速に強化       | 中         |
| [パスキー](/command/ja/sekyuriti/authentication-overview/passkeys-for-login.md)         | デバイスの生体認証を使用したパスワードレスログイン | 高         |
| [シングルサインオン（SSO）](/command/ja/sekyuriti/identity-providers.md)                       | IDプロバイダを使用するエンタープライズ組織    | 高         |
| [エンタープライズ管理暗号化](/command/ja/sekyuriti/enterprise-controlled-encryption.md)          | 顧客管理キーによる最大限のセキュリティ       | 最大        |

{% hint style="info" %}
Verkadaは、セキュリティとユーザーエクスペリエンスの最適なバランスを実現するため、OIDCによるSSOを有効にすることを推奨します。
{% endhint %}

***

## 認証方法

デフォルトでは、ユーザーはメールアドレスとパスワードを使用してログインします。セキュリティを強化するために、複数の追加ログインオプションを利用できます。

### OpenID Connect（OIDC）

OIDCは、OAuth 2.0を基盤とし、安全なユーザーID検証を可能にする認証プロトコルです。認証情報を保存することなく、信頼できるIDプロバイダ（IdP）を介してアプリケーションがユーザーを認証できるようにします。OIDCは、標準化されたIDトークンを提供し、シングルサインオン（SSO）とシームレスなプラットフォーム統合を可能にすることで、セキュリティを強化します。

{% hint style="info" %}
Verkadaは、利用可能な場合はSAMLではなくOIDCを有効にすることを推奨します。
{% endhint %}

### SAML/OAuth

SAMLでは、Okta、Microsoft Entra ID、Google Workspace、OneLoginなどのサードパーティ認証サービスを使用してログインできます。この方法により、複数のアプリケーションにわたる認証を一元管理できます。

Verkada Commandは、あらゆるSAML 2.0プロバイダと互換性があります。設定の詳細については、以下をご覧ください [IDプロバイダ](/command/ja/sekyuriti/identity-providers.md).

### 2要素認証

2要素認証（2FA）では、ログインするためにSMSまたは認証アプリを通じてコードを取得する必要があります。以下を参照してください [2要素認証](/command/ja/sekyuriti/authentication-overview/two-factor-authentication.md) 詳細な設定手順について。

***

## プロビジョニング

### SCIM

多数のユーザーがいる場合は、System for Cross-Domain ID管理（SCIM）を使用して、ユーザーを自動的にプロビジョニングおよび管理できます。これは、会社で次を使用している場合に特に有利です [Microsoft Entra ID](/command/ja/sekyuriti/identity-providers/microsoft-entra-id.md) または [Okta](/command/ja/sekyuriti/identity-providers/okta.md) をIDプロバイダとして使用している場合。

SCIMを使用すると、Verkada CommandとIdPの間でユーザーおよびグループを同期できます。IdPでは、複数のユーザーやグループを同時に簡単に追加、削除、または変更できます。

以下を参照してください [アイデンティティプロバイダー](/command/ja/sekyuriti/identity-providers.md) 詳細なSCIM設定手順については、このセクションを参照してください。

***

{% hint style="info" %}
**実際の動作をご覧になりますか？** こちらを [ビデオチュートリアル](https://www.youtube.com/watch?v=VXlMhHfLwoI).
{% 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/authentication-overview.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.
