# MFA 코드

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

사용자에게 MFA 코드가 구성되어 있고 다음이 적용되는 문에 접근하려고 시도하는 경우 **카드 + 코드 입력** 일정이 적용되어 있다면, 먼저 배지를 스캔한 다음 MFA 코드를 입력해야 출입할 수 있습니다.

{% 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 %}
**왼쪽 탐색에서 Access Users and Groups를 클릭합니다.**
{% 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: 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:

```
GET https://help.verkada.com/access-control/ko/users-and-credentials/multi-factor-authentication-mfa-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
