> 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/government-solutions/ko/single-sign-on-sso/id/scim.md).

# SCIM 토큰 관리

조직의 System for Cross-Domain Identity Management(SCIM) 토큰은 아이덴티티 공급자(Okta 또는 Microsoft Entra ID)를 인증하여 Verkada Command에서 사용자와 그룹을 동적으로 프로비저닝합니다.

***

## SCIM 토큰 생성

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

{% step %}
**Login & Access > SCIM Users Provisioning을 선택합니다.**
{% endstep %}

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

{% step %}
**(선택 사항) 계정이 생성될 때 사용자에게 이메일 초대가 전송되지 않도록 하려면 Send Email Invites를 끕니다.**

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

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

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

{% hint style="danger" %}
이 새 토큰으로 아이덴티티 공급자 구성을 즉시 업데이트합니다. 페이지를 새로고침하면 토큰은 다시 표시되지 않습니다.
{% endhint %}

***

## SCIM 토큰 새로고침

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

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

### 요구 사항

* 조직에서 SCIM 프로비저닝이 이미 활성화되어 있어야 합니다
* SCIM 토큰을 새로고침하려면 Organization Admin이어야 합니다

### 작동 방식

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

{% step %}
**Login & Access > SCIM Users Provisioning을 선택합니다.**
{% endstep %}

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

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

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

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

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

{% hint style="danger" %}
이 새 토큰으로 아이덴티티 공급자 구성을 즉시 업데이트합니다. 페이지를 새로고침하면 토큰은 다시 표시되지 않습니다.
{% 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/government-solutions/ko/single-sign-on-sso/id/scim.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.
