> 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/access-control/ko/users-and-credentials/multi-factor-authentication-mfa-codes.md).

# MFA 코드

MFA(다중 요소 인증) 코드는 숫자로 된 자격 증명으로, 키패드 리더에서만 보조 인증 방법으로 사용됩니다. 이 코드는 문이 다음의 아래에서 작동할 때에만 적용됩니다. **카드 + 코드 입력** 일정에서만 활성화할 수 있습니다.

사용자에게 MFA 코드가 구성되어 있고 다음이 있는 문에 접근하려고 시도하는 경우 **카드 + 코드 입력** 일정이 설정되어 있으면, 먼저 배지를 스캔한 다음 MFA 코드를 입력하고 이어서 **#** 제출하려면(예: **1234#**).

{% hint style="danger" %}
다음이 필요합니다 [Access User Admin, Access User Manager 또는 Access Credential Manager 권한](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md) 를 사용하여 사용자 MFA 코드를 관리합니다.
{% endhint %}

***

### 시작하기 전에

MFA 코드를 구성할 때는 다음 제한 사항을 염두에 두십시오:

* 코드는 4\~16자리 숫자여야 합니다.
* 여러 사용자가 동일한 MFA 코드를 공유할 수 있습니다.
* 사용자는 여러 개의 MFA 코드를 가질 수 있습니다.
* 사용자는 출입 코드와 하나 이상의 MFA 코드를 모두 가질 수 있습니다.

{% hint style="warning" %}
다중 요소 인증(MFA) 코드가 올바르게 작동하도록 하려면 초기 설치 중에 액세스 컨트롤러를 업데이트해야 합니다.
{% endhint %}

***

## 사용자에 대한 MFA 코드 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 액세스 사용자 및 그룹을 클릭합니다.**
{% endstep %}

{% step %}
**해당 사용자 > 자격 증명을 선택합니다.**

a. 클릭 **MFA 코드 추가.**\
b. 원하는 MFA 코드를 수동으로 입력하거나 클릭 **생성** 하여 무작위 코드를 자동 생성합니다.
{% endstep %}
{% endstepper %}

코드는 다음 아래에 표시됩니다 **MFA 코드**이며, 필요에 따라 편집하거나 삭제할 수 있습니다.

### MFA 코드 일괄 구성

MFA 코드는 다음을 사용하여 일괄 구성할 수도 있습니다:

* 사용자 또는 자격 증명 CSV 가져오기
* API 엔드포인트
  * [사용자에 MFA 코드 추가](https://apidocs.verkada.com/reference/access-user-guide)
  * [사용자에서 MFA 코드 삭제](https://apidocs.verkada.com/reference/access-user-guide)


---

# 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/access-control/ko/users-and-credentials/multi-factor-authentication-mfa-codes.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.
