> 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.md).

# 인증 개요

다양한 인증 옵션으로 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

사용자 수가 많은 경우, System for Cross-Domain Identity Management(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 간에 사용자와 그룹을 동기화할 수 있으며, 여러 사용자와 그룹을 동시에 쉽게 추가, 제거 또는 수정할 수 있습니다.

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

***

{% hint style="info" %}
**실제 사용 모습을 보고 싶으신가요?** 다음을 확인하세요 [비디오 튜토리얼](https://www.youtube.com/watch?v=VXlMhHfLwoI).
{% endhint %}


---

# 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.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.
