> 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/de/sicherheit/identity-providers/scim-token-management.md).

# SCIM-Token-Verwaltung

Ein System for Cross-Domain Identity Management (SCIM)-Token einer Organisation authentifiziert Ihren Identitätsanbieter (Microsoft Entra ID oder Okta), um Benutzer und Gruppen in Verkada Command dynamisch bereitzustellen.

***

## SCIM-Token generieren

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Admin.**
{% endstep %}

{% step %}
**Wählen Sie Login & Access > SCIM Users Provisioning aus.**
{% endstep %}

{% step %}
**Klicken Sie auf Domain hinzufügen und geben Sie die gewünschten E-Mail-Domains ein.**
{% endstep %}

{% step %}
**(Optional) Deaktivieren Sie E-Mail-Einladungen senden, wenn Benutzer keine E-Mail-Einladung erhalten sollen, wenn ihr Konto erstellt wird.**

Das neu generierte SCIM-Token wird angezeigt.

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

{% step %}
**Wählen Sie das Token aus, um es in Ihre Zwischenablage zu kopieren.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Aktualisieren Sie die Konfiguration Ihres Identitätsanbieters sofort mit diesem neuen Token. Sobald die Seite neu geladen wird, wird das Token nicht erneut angezeigt.
{% endhint %}

***

## SCIM-Token aktualisieren

Wenn Sie Ihr Token neu generieren müssen (z. B. wenn es verloren gegangen oder kompromittiert ist), können Sie dies in Command tun.

{% hint style="warning" %}
Sobald Sie Ihr SCIM-Token aktualisieren, wird das vorherige Token sofort ungültig. Kopieren Sie das neue Token umgehend in Ihren Identitätsanbieter, um Unterbrechungen bei der Benutzerbereitstellung zu vermeiden.
{% endhint %}

### Voraussetzungen

* SCIM-Bereitstellung muss für Ihre Organisation bereits aktiviert sein
* Sie müssen Organisationsadministrator sein, um das SCIM-Token zu aktualisieren

### So funktioniert es

{% stepper %}
{% step %}
**Gehen Sie in Command zu Alle Produkte > Admin.**
{% endstep %}

{% step %}
**Wählen Sie Login & Access > SCIM Users Provisioning aus.**
{% endstep %}

{% step %}
**Klicken Sie auf Aktualisieren.**
{% endstep %}

{% step %}
**Wenn die Warnmeldung angezeigt wird, klicken Sie zur Bestätigung auf Fortfahren.**

Das neu generierte SCIM-Token wird angezeigt.
{% endstep %}

{% step %}
**Wählen Sie das Token aus, um es in Ihre Zwischenablage zu kopieren.**

Dieses neue Token widerruft das vorherige und kann nicht rückgängig gemacht werden.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Aktualisieren Sie die Konfiguration Ihres Identitätsanbieters sofort mit diesem neuen Token. Sobald die Seite neu geladen wird, wird das Token nicht erneut angezeigt.
{% 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/de/sicherheit/identity-providers/scim-token-management.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.
