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

# パスワードレス認証

今日のデジタル環境では、セキュリティが最重要です。パスワードレス認証方式は、ユーザーの利便性を維持しながらセキュリティを強化します。

***

## パスワードレス認証のメリット

* **セキュリティの強化:** フィッシング、ブルートフォース、認証情報の詰め込み攻撃など、パスワードに関連する攻撃のリスクを低減します。
* **ユーザーエクスペリエンスの向上:** 複数のパスワードを覚えたり管理したりする必要がなくなります。
* **IT負荷の軽減:** パスワードリセット要求の件数を減らし、ITリソースをより有効に活用できます。

***

## 推奨される方法

### SAMLによるシングルサインオン（SSO）

SAML（Security Assertion Markup Language）は、当事者間、特にIDプロバイダとサービスプロバイダの間で認証および認可データを交換するためのオープン標準です。

**メリット:**

* 認証プロセスの一元化
* 1組の認証情報でユーザー体験を効率化

{% hint style="info" %}
参照 [一般的なSAMLセットアップ](https://github.com/verkada/Verkada-Support-Docs/blob/main/en/command/identity-providers/generic-saml-setup.md) を参照してください。
{% endhint %}

### OIDCによるシングルサインオン（SSO）

OIDC（OpenID Connect）は、OAuth 2.0プロトコル上に構築されたIDレイヤーです。認可サーバーによって実行された認証に基づき、クライアントがエンドユーザーの身元を検証できるようにします。

**メリット:**

* さまざまなプラットフォーム間での相互運用性
* トークンベース認証などの強化されたセキュリティ機能

{% hint style="info" %}
参照 [アイデンティティプロバイダー](https://github.com/verkada/Verkada-Support-Docs/blob/main/en/command/identity-providers/generic-saml-setup.md) OIDCのセットアップガイドについて。
{% endhint %}

### MFA

パスワードベース認証を使用しているすべてのユーザーには、MFAを強く推奨します。主要な2FA方法としては、パスキー、セキュリティキー、または時間ベースのワンタイムパスワード（TOTP）アプリの使用を推奨します。2FAオプションとしてのSMSはセキュリティリスクがあるため、推奨されません。

{% hint style="info" %}
参照 [2要素認証](/command/ja/sekyuriti/authentication-overview/two-factor-authentication.md) を参照してください。
{% endhint %}

***

## パスワードのリセット

パスワードレスの選択肢が利用できない場合、ユーザーはパスワードのリセットが必要になることがあります。管理者は、オーガナイゼーション'内のユーザーのパスワードをリセットすることができます。

{% hint style="info" %}
以下を参照してください [Verkada Command アカウント FAQ](/command/ja/herupugadesuka/verkada-command-account-faq.md) を参照してください。
{% 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/passwordless-authentication.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.
