> 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/es/seguridad/identity-providers/onelogin.md).

# OneLogin

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

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

***

## Configura Verkada SSO con OneLogin

{% hint style="warning" %}
Antes de poder habilitar OneLogin SAML, tú **deberá** [genera tu ID de cliente](/command/es/seguridad/identity-providers.md#generate-client-id).
{% endhint %}

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

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

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

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

{% step %}
**Elige un nombre para mostrar y haz clic en Guardar.**

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

{% step %}
**Ve a Applications > SAML Custom Connector (Advanced), selecciona Configuration y usa estos valores para copiar y pegar, donde reemplazas `CLIENT-ID` con el ID de cliente generado anteriormente.**

a. Para **Audiencia (ID de entidad)** 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. **Requerido**. Para **Validador de URL ACS (consumidor)**:

* 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. **Requerido**. Para **URL ACS (consumidor)**:

* 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**, haz clic en el menú desplegable y selecciona **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), selecciona Parameters.**
{% endstep %}

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

a. Para **Nombre**, introduce el nombre y apellido.\
b. Haz clic en el **Valor** menú desplegable y selecciona **Correo electrónico** > **Nombre**.\
c. En **Flags**, marca **Incluir en la aserción SAML**, y haz clic en **Guardar**.
{% endstep %}

{% step %}
**Haz clic en el icono más (+) y, en el siguiente cuadro de diálogo que se abre, selecciona Configurado por el administrador.**

Tus parámetros deberían verse así:

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

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

{% step %}
**Haz clic en el menú desplegable Más acciones y selecciona Metadatos SAML para descargar los metadatos.**

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

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

{% step %}
**Inicia sesión con la URL de inicio de sesión 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/es/seguridad/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.
