> 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/ko/security/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/ko/security/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.
