> 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/fr/securite/identity-providers/onelogin.md).

# OneLogin

Verkada prend en charge l’authentification Security Assertion Markup Language (SAML) à l’aide de OneLogin comme fournisseur d’identité (IdP).

| Fonctionnalité      | Pris en charge |
| ------------------- | :------------: |
| OIDC SSO            |        —       |
| SAML SSO            |       Oui      |
| Provisioning SCIM   |        —       |
| Prise en charge ECE |        —       |

***

## Configurer le SSO Verkada avec OneLogin

{% hint style="warning" %}
Avant de pouvoir activer OneLogin SAML, vous **devez** [générer votre ID client](/command/fr/securite/identity-providers.md#generate-client-id).
{% endhint %}

{% stepper %}
{% step %}
**Lancez OneLogin et, dans la barre de menu, sélectionnez Applications > Add App.**

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

{% step %}
**Recherchez SAML Custom Connector (Advanced).**

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

{% step %}
**Choisissez un nom d’affichage et cliquez sur Save.**

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

{% step %}
**Accédez à Applications > SAML Custom Connector (Advanced), sélectionnez Configuration, et utilisez ces valeurs pour copier-coller, en remplaçant `CLIENT-ID` par l’ID client généré précédemment.**

a. Pour **Audience (EntityID)** et **Recipient**:

* Pour les organisations US : <https://vauth.command.verkada.com/saml/sso/%3Cclient-ID%3E>
* Pour les organisations EU : [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Pour les organisations AUS : <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

e. **Obligatoire**. Pour **ACS (Consumer) URL Validator**:

* Pour les organisations US : [https://vauth.command.verkada.com/saml/sso/](https://vauth.command.verkada.com/saml/sso/%3CclientID%3E)
* Pour les organisations EU : [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Pour les organisations AUS : <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

i. **Obligatoire**. Pour **ACS (Consumer) URL**:

* Pour les organisations US : [https://vauth.command.verkada.com/saml/sso/](https://vauth.command.verkada.com/saml/sso/%3CclientID%3E)
* Pour les organisations EU : [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Pour les organisations AUS : <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

m. Pour **SAML signature element**, cliquez sur le menu déroulant et sélectionnez **Both**.

{% hint style="warning" %}
Pour confirmer dans quelle région vous vous trouvez, [vous référer à l’emplacement où votre organisation a été créée pour Verkada](/command/fr/prise-en-main/get-started-with-verkada-command.md).
{% endhint %}
{% endstep %}

{% step %}
**Dans Applications > SAML Custom Connector (Advanced), sélectionnez Parameters.**
{% endstep %}

{% step %}
**Cliquez sur l’icône plus (+), configurez les paramètres :**

a. Pour **Nom**, saisissez le prénom et le nom de famille.\
b. Cliquez sur le **Valeur** menu déroulant et sélectionnez **E-mail** > **Prénom**.\
c. Sous **Flags**, cochez **Include in SAML assertion**, et cliquez sur **Enregistrer**.
{% endstep %}

{% step %}
**Cliquez sur l’icône plus (+) et, dans la nouvelle boîte de dialogue qui s’ouvre, sélectionnez Configured by admin.**

Vos paramètres devraient ressembler à ceci :

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

{% step %}
**Retournez à Applications > SAML Custom Connector (Advanced) et sélectionnez SSO.**
{% endstep %}

{% step %}
**Cliquez sur le menu déroulant More Actions et sélectionnez SAML Metadata pour télécharger les métadonnées.**

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

{% step %}
**Requis. Pour terminer le processus de configuration, vous devez** [**téléverser les métadonnées vers Command**](/command/fr/securite/identity-providers.md#upload-saml-xml-metadata)**.**
{% endstep %}

{% step %}
**Se connecter avec l’URL de connexion SAML.**
{% endstep %}
{% endstepper %}


---

# 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/fr/securite/identity-providers/onelogin.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.
