> 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/passkeys-for-login.md).

# ログイン用パスキー

パスキーを使って Verkada Command オーガナイゼーション' にログインすると、最も安全でシームレスなログイン体験が得られます。業界のパスキーへの移行について詳しく見る [業界のパスキーへの移行](https://fidoalliance.org/passkeys/).

{% hint style="danger" %}
この機能は、ログインに SSO が必要なオーガナイゼーション' では利用できません。
{% endhint %}

***

## パスキーを設定する

{% stepper %}
{% step %}
**アカウントのセキュリティ設定に移動します。左下の［プロフィール］をクリックし、［マイアカウント］を見つけます。**
{% endstep %}

{% step %}
**［パスキー］で、［パスキーを追加］をクリックします。**
{% endstep %}

{% step %}
**セキュリティ上の理由により、パスワードの再入力またはメールリンクによる確認を求められる場合があります。**
{% endstep %}

{% step %}
**［パスキーを設定］と表示されたら、デバイスおよび/または外部セキュリティキーでサポートされている任意のパスキーを設定するための指示に従ってください。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
外部セキュリティキーをパスキーとして設定するには、FIDO2 に準拠している必要があります。
{% endhint %}

***

## パスキーでログインする

パスキーが設定されると、Command オーガナイゼーション' にログインするために使用できます。

{% hint style="warning" %}
複数の Command オーガナイゼーション' に登録済みのパスキーがある場合は、まずログインに使用するパスキーを選択します。各パスキーは、対応するメールアドレスとオーガナイゼーション' 名とともに保存されます。
{% endhint %}

{% stepper %}
{% step %}
**メインのログインページで、［パスキーでログイン］の下にある［ログイン］をクリックします。**
{% endstep %}

{% step %}
**ブラウザまたは OS から、パスキーの使用を求めるプロンプトが表示されるはずです。**
{% endstep %}

{% step %}
**選択したパスキーを使ってログインします。あるいは、通常どおりメールアドレスを入力してオーガナイゼーション' を選択し、その後パスワードの代わりにパスキーを使用します。**
{% endstep %}
{% endstepper %}

***

## パスキーを削除する

{% stepper %}
{% step %}
**アカウントのセキュリティ設定に移動します。左下の［プロフィール］をクリックし、［マイアカウント］を見つけます。**
{% endstep %}

{% step %}
**［パスキー］で、削除する特定のパスキーに移動します。**
{% endstep %}

{% step %}
**パスキーの横にある［削除］をクリックします。**
{% endstep %}

{% step %}
**セキュリティ上の理由により、パスワードの再入力またはメールリンクによる確認を求められる場合があります。**
{% endstep %}
{% endstepper %}

***

## 重要な注意事項

パスキーを設定しても、他のログイン方法は無効化されず、影響も受けません。パスキーは単に別のログイン方法を提供するだけです。

ただし、パスキーを使ってログインする場合は、2FA が有効になっていてもそれをバイパスします。これは、パスキーにはすでに組み込みの多要素認証が備わっているためです。


---

# 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/passkeys-for-login.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.
