> 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/fr/manual-dutilisation-de-la-plateforme/administration/tenant/autorisation.md).

# Autorisation

<figure><img src="/files/fsEB9oT9kvIcttha8q87" alt=""><figcaption><p>Autorisation</p></figcaption></figure>

Pour configurer les paramètres d'autorisation dans le Tenant, suivez les étapes suivantes :

1. **Activer le nombre maximal de tentatives de connexion** : Le Super Admin peut définir un nombre maximal de tentatives de connexion pour tous les utilisateurs. Si un utilisateur dépasse cette limite en entrant plusieurs fois un mot de passe incorrect, son compte sera temporairement verrouillé. Pour regagner l'accès, l'utilisateur doit contacter un administrateur pour demander une réinitialisation du mot de passe via un lien envoyé par e-mail.
2. **Activer l'adresse IP** : L'Admin peut restreindre l'accès au Tenant en autorisant uniquement des adresses IP spécifiques. Cela garantit que seuls les environnements approuvés, tels que les appareils de l'entreprise ou les utilisateurs connectés via un VPN interne désigné, peuvent accéder à la plateforme, renforçant ainsi la sécurité et le contrôle.
3. **Type de connexion** : L'Admin peut choisir parmi différentes méthodes d'authentification pour l'accès des utilisateurs :
   * **Connexion normale** : Authentification standard basée sur le mot de passe.
   * **Authentification à deux facteurs (2FA)** : Nécessite que les utilisateurs vérifient leur identité à l'aide d'une application d'authentification tierce (par exemple, Google Authenticator ou Microsoft Authenticator), qui génère un code unique pour un accès sécurisé.
   * **2FA optionnel** : Les utilisateurs peuvent décider d'activer ou non l'authentification à deux facteurs pour une sécurité accrue.<br>

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

{% hint style="success" %}
Téléchargez l'application **Microsoft Authenticator** sur votre smartphone :

* **Android** : Téléchargez l'application depuis le Google Play Store.\
  [ https://play.google.com/store/apps/details?id=com.azure.authenticator\&hl=en\&pli=1](< https://play.google.com/store/apps/details?id=com.azure.authenticator\&hl=en\&pli=1>)
* **Apple** : Téléchargez l'application depuis l'App Store.\
  <https://apps.apple.com/us/app/microsoft-authenticator/id983156458><br>
  {% endhint %}

{% hint style="success" %}
Téléchargez l'application **Google Authenticator** sur votre smartphone :

* **Android** : Téléchargez l'application depuis le Google Play Store.\
  [ https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=en](< https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=en>)
* **Apple** : Téléchargez l'application depuis l'App Store.\
  <https://apps.apple.com/us/app/google-authenticator/id388497605>
  {% 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/fr/manual-dutilisation-de-la-plateforme/administration/tenant/autorisation.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.
