# OneLogin

Verkada admite la autenticación con Security Assertion Markup Language (SAML) usando OneLogin como su proveedor de identidades (IdP).

| Función                | Compatible |
| ---------------------- | :--------: |
| OIDC SSO               |      —     |
| SAML SSO               |     Sí     |
| Aprovisionamiento SCIM |      —     |
| Compatibilidad con ECE |      —     |

***

## Configurar Verkada SSO con OneLogin

{% hint style="warning" %}
Antes de que pueda habilitar OneLogin SAML, usted **debe** [generar su ID de cliente](/command/es/seguridad/identity-providers.md#generate-client-id).
{% endhint %}

{% stepper %}
{% step %}
**Inicie OneLogin y, en la barra de menú, seleccione Applications > Add App.**

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

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

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

{% step %}
**Elija un Display Name y haga clic en Save.**

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

{% step %}
**Vaya a Applications > SAML Custom Connector (Advanced), seleccione Configuration y use estos valores para copiar y pegar, donde reemplazará `CLIENT-ID` con el ID de cliente generado anteriormente.**

a. Para **Audience (EntityID)** y **destinatario**:

* Para organizaciones de EE. UU.: <https://vauth.command.verkada.com/saml/sso/%3Cclient-ID%3E>
* Para organizaciones de la UE: [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Para organizaciones de AUS: <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

e. **Obligatorio**. Para **ACS (Consumer) URL Validator**:

* Para organizaciones de EE. UU.: [https://vauth.command.verkada.com/saml/sso/](https://vauth.command.verkada.com/saml/sso/%3CclientID%3E)
* Para organizaciones de la UE: [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Para organizaciones de AUS: <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

i. **Obligatorio**. Para **ACS (Consumer) URL**:

* Para organizaciones de EE. UU.: [https://vauth.command.verkada.com/saml/sso/](https://vauth.command.verkada.com/saml/sso/%3CclientID%3E)
* Para organizaciones de la UE: [https://saml.prod2.verkada.com/saml/sso/](https://saml.prod2.verkada.com/saml/sso/%3CclientID%3E)
* Para organizaciones de AUS: <https://saml.prod-ap-syd.verkada.com/saml/sso/%3Cclient-ID%3E>

m. Para **elemento de firma SAML**, haga clic en el desplegable y seleccione **Ambos**.

{% hint style="warning" %}
Para confirmar en qué región se encuentra, [consulte dónde se creó su organización para Verkada](/command/es/primeros-pasos/get-started-with-verkada-command.md).
{% endhint %}
{% endstep %}

{% step %}
**En Applications > SAML Custom Connector (Advanced), seleccione Parameters.**
{% endstep %}

{% step %}
**Haga clic en el icono de más (+) y configure los parámetros:**

a. Para **Nombre**, introduzca el nombre y apellido.\
b. Haga clic en el **Valor** desplegable y seleccione **Correo electrónico** > **Nombre**.\
c. En **Flags**, marque **Include in SAML assertion**, y haga clic en **Guardar**.
{% endstep %}

{% step %}
**Haga clic en el icono de más (+) y, en el siguiente cuadro de diálogo abierto, seleccione Configured by admin.**

Sus parámetros deberían verse así:

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

{% step %}
**Vuelva a Applications > SAML Custom Connector (Advanced) y seleccione SSO.**
{% endstep %}

{% step %}
**Haga clic en el menú desplegable More Actions y seleccione SAML Metadata para descargar los metadatos.**

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

{% step %}
**Obligatorio. Para completar el proceso de configuración, debe** [**cargar los metadatos en Command**](/command/es/seguridad/identity-providers.md#upload-saml-xml-metadata)**.**
{% endstep %}

{% step %}
**Iniciar sesión con la URL de inicio de sesión de SAML.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command/es/seguridad/identity-providers/onelogin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
