# 인증 개요

여러 인증 옵션으로 Verkada Command 조직을 안전하게 보호하세요. 보안 요구 사항에 가장 적합한 방법을 선택하세요.

***

## 인증 방법을 선택하세요

| 방법                                                                                  | 적합한 대상                     | 보안 수준 |
| ----------------------------------------------------------------------------------- | -------------------------- | ----- |
| [2단계 인증](/command/ko/security/authentication-overview/two-factor-authentication.md) | 비밀번호 기반 로그인에 대한 빠른 보안 강화   | 중간    |
| [패스키](/command/ko/security/authentication-overview/passkeys-for-login.md)           | 기기 생체 인식을 사용하는 비밀번호 없는 로그인 | 높음    |
| [싱글 사인온(SSO)](/command/ko/security/identity-providers.md)                           | ID 공급자를 사용하는 엔터프라이즈 조직     | 높음    |
| [엔터프라이즈 제어 암호화](/command/ko/security/enterprise-controlled-encryption.md)           | 고객 관리 키를 사용한 최대 수준의 보안     | 최대    |

{% hint style="info" %}
Verkada는 보안과 사용자 경험의 최적 균형을 위해 OIDC와 함께 SSO를 활성화할 것을 권장합니다.
{% endhint %}

***

## 인증 방법

기본적으로 사용자는 이메일과 비밀번호로 로그인합니다. 보안을 강화하기 위해 추가 로그인 옵션을 여러 가지 사용할 수 있습니다.

### OpenID Connect(OIDC)

OIDC는 OAuth 2.0 기반으로 구축된 인증 프로토콜로, 안전한 사용자 신원 확인을 가능하게 합니다. 신뢰할 수 있는 ID 공급자(IdP)를 통해 애플리케이션이 사용자 인증을 수행할 수 있게 하며, 자격 증명을 저장하지 않습니다. OIDC는 표준화된 ID 토큰을 제공하고 싱글 사인온(SSO)과 원활한 플랫폼 통합을 지원하여 보안을 강화합니다.

{% hint style="info" %}
Verkada는 가능할 경우 SAML 대신 OIDC를 활성화할 것을 권장합니다.
{% endhint %}

### SAML/OAuth

SAML을 사용하면 Okta, Microsoft Entra ID, Google Workspace 또는 OneLogin과 같은 타사 인증 서비스를 사용하여 로그인할 수 있습니다. 이 방식은 여러 애플리케이션에 걸친 인증을 위한 단일 관리 지점을 제공합니다.

Verkada Command는 모든 SAML 2.0 공급자와 호환됩니다. 설정에 대해 자세히 알아보세요. [ID 공급자](/command/ko/security/identity-providers.md).

### 2단계 인증

2단계 인증(2FA)에서는 로그인하려면 SMS 또는 인증 앱을 통해 코드를 받아야 합니다. 자세한 설정 안내는 [2단계 인증](/command/ko/security/authentication-overview/two-factor-authentication.md) 를 참조하세요.

***

## 프로비저닝

### SCIM

사용자 수가 많은 경우, 시스템 간 ID 관리(SCIM)를 사용하여 사용자를 자동으로 프로비저닝하고 관리할 수 있습니다. 이는 회사에서 [Microsoft Entra ID](/command/ko/security/identity-providers/microsoft-entra-id.md) 또는 [Okta](/command/ko/security/identity-providers/okta.md) 를 ID 공급자로 사용하는 경우 특히 유리합니다.

SCIM을 사용하면 Verkada Command와 IdP 간에 사용자와 그룹을 동기화할 수 있으며, 이를 통해 여러 사용자와 그룹을 동시에 쉽게 추가, 제거 또는 수정할 수 있습니다.

자세한 SCIM 설정 안내는 [ID 공급자](/command/ko/security/identity-providers.md) 섹션을 참조하세요.

***

{% hint style="info" %}
**작동하는 모습을 보고 싶으신가요?** 다음을 확인해 보세요. [동영상 튜토리얼](https://www.youtube.com/watch?v=VXlMhHfLwoI).
{% endhint %}


---

# 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/command/ko/security/authentication-overview.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.
