> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/tenant/autorisierung.md).

# Autorisierung

<figure><img src="/files/ciRuAlByW7MeklysFCeO" alt=""><figcaption><p>Autorisierung</p></figcaption></figure>

1. **Maximale Versuche aktivieren:**\
   Der Super-Administrator kann eine maximale Anzahl von Anmeldeversuchen für alle Benutzer festlegen. Wenn ein Benutzer diese Grenze überschreitet, indem er mehrfach ein falsches Passwort eingibt, wird sein Konto vorübergehend gesperrt. Um wieder Zugriff zu erhalten, muss der Benutzer einen Administrator kontaktieren, um eine Passwortzurücksetzung über einen E-Mail-Link anzufordern.
2. **IP-Adresse aktivieren:**\
   Der Administrator kann den Zugriff auf den Tenant einschränken, indem er nur bestimmten IP-Adressen Zugriff gewährt. Dies stellt sicher, dass nur genehmigte Umgebungen, wie Unternehmensgeräte oder Benutzer, die über ein festgelegtes internes VPN verbunden sind, auf die Plattform zugreifen können, wodurch Sicherheit und Kontrolle erhöht werden.
3. **Anmeldetyp:**\
   Der Administrator kann zwischen verschiedenen Authentifizierungsmethoden für den Benutzerzugang wählen:
   * **Normale Anmeldung:** Standardmäßige Passwort-basierte Authentifizierung.
   * **Zwei-Faktor-Authentifizierung (2FA):** Benutzer müssen ihre Identität mit einer Drittanbieter-Authenticator-App (z. B. Google Authenticator oder Microsoft Authenticator) bestätigen, die einen einzigartigen Code für den sicheren Zugang generiert.
   * **Optionale 2FA:** Benutzer können entscheiden, ob sie die Zwei-Faktor-Authentifizierung für zusätzliche Sicherheit aktivieren möchten.

<figure><img src="/files/th8GiWQCA8p9OpYTkjNz" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Laden Sie die Microsoft Authenticator App auf Ihr Smartphone herunter:**&#x20;

* **Android** <https://play.google.com/store/apps/details?id=com.azure.authenticator&hl=en&pli=1>​Comment
* **Apple** <https://apps.apple.com/us/app/microsoft-authenticator/id983156458>
  {% endhint %}

{% hint style="success" %}
**Laden Sie die Google Authenticator App auf Ihr Smartphone herunter:**&#x43;omment

* **Android** <https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en>​Comment
* **Apple** <https://apps.apple.com/us/app/google-authenticator/id388497605>​[<br>](https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/7MM4qMpFROaIGLQwO80c/erste-schritte-mit-giot)
  {% 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://docs.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/tenant/autorisierung.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.
