> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-dashboard/seguridad/sso.md).

# SSO

SSO (Single Sign-On) es un sistema de autenticación que permite a los empleados acceder a múltiples aplicaciones y servicios con un solo inicio de sesión.

Ejemplo práctico: María es una ejecutiva de ventas que usa diariamente:

* Salesforce para gestionar clientes
* Microsoft 365 para correos y documentos
* Zoom para videoconferencias
* Videsk para comunicación con clientes

Sin SSO, María necesitaría recordar y escribir diferentes contraseñas para cada aplicación. Con SSO, María ingresa una única vez sus credenciales al comenzar su día laboral, y automáticamente tiene acceso a todas estas herramientas sin necesidad de volver a identificarse.

Beneficios principales:

1. Mayor productividad: Los empleados no pierden tiempo iniciando sesión múltiples veces
2. Mayor seguridad: Una única contraseña robusta en lugar de varias débiles
3. Menos solicitudes de reinicio de contraseña al departamento IT

Es similar a cuando usamos nuestra cuenta de Google para acceder a YouTube, Gmail y Drive - un solo login nos da acceso a todos los servicios.

## Protocolos disponibles

A continuación podrás encontrar los diferentes procotolos disponibles y sus casos de uso.

{% content-ref url="/pages/0Qd7QOrT3BnJBOyTbYqd" %}
[SAML](/es-dashboard/seguridad/sso/saml.md)
{% endcontent-ref %}


---

# 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.videsk.io/es-dashboard/seguridad/sso.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.
