# SCIM 토큰 관리

조직의 교차 도메인 ID 관리(SCIM) 토큰은 ID 공급자(Microsoft Entra ID, Okta 또는 Google Workspace)를 인증하여 Verkada Command에서 사용자와 그룹을 동적으로 프로비저닝합니다.

***

## SCIM 토큰 생성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동하세요.**
{% endstep %}

{% step %}
**로그인 및 액세스 > SCIM 사용자 프로비저닝을 선택합니다.**
{% endstep %}

{% step %}
**도메인 추가를 클릭하고 원하는 이메일 도메인을 입력합니다.**
{% endstep %}

{% step %}
**(선택 사항) 계정이 생성될 때 사용자가 이메일 초대를 받지 않도록 하려면 이메일 초대 보내기를 끕니다.**

새로 생성된 SCIM 토큰이 표시됩니다.

<div align="left" data-with-frame="true"><img src="/files/c7bd6ae2ab22685ef2045bf0f411d9fb2ac50beb" alt="" width="606"></div>
{% endstep %}

{% step %}
**토큰을 선택하여 클립보드에 복사합니다.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
새 토큰으로 즉시 ID 공급자 구성을 업데이트하십시오. 페이지를 다시 로드하면 토큰은 다시 표시되지 않습니다.
{% endhint %}

***

## SCIM 토큰 새로 고침

토큰을 다시 생성해야 하는 경우(예: 분실했거나 손상된 경우) Command에서 수행할 수 있습니다.

{% hint style="warning" %}
SCIM 토큰을 새로 고치면 이전 토큰은 즉시 무효화됩니다. 사용자 프로비저닝이 중단되지 않도록 새 토큰을 즉시 ID 공급자에 복사하십시오.
{% endhint %}

### 요구 사항

* 조직에서 SCIM 프로비저닝이 이미 활성화되어 있어야 합니다.
* SCIM 토큰을 새로 고치려면 조직 관리자여야 합니다.

### 작동 방식

{% stepper %}
{% step %}
**Command에서 모든 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**로그인 및 액세스 > SCIM 사용자 프로비저닝을 선택합니다.**
{% endstep %}

{% step %}
**새로 고침을 클릭합니다.**
{% endstep %}

{% step %}
**경고 메시지가 표시되면 계속을 클릭하여 확인합니다.**

새로 생성된 SCIM 토큰이 표시됩니다.
{% endstep %}

{% step %}
**토큰을 선택하여 클립보드에 복사합니다.**

이 새 토큰은 이전 토큰을 취소하며 되돌릴 수 없습니다.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
새 토큰으로 즉시 ID 공급자 구성을 업데이트하십시오. 페이지를 다시 로드하면 토큰은 다시 표시되지 않습니다.
{% 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/identity-providers/scim-token-management.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.
