> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/es/autenticacion/oidc-apps-overview.md).

# Descripción general de aplicaciones OIDC de VergeOS

VergeOS proporciona funcionalidad OIDC para permitir la gestión centralizada de identidades para múltiples sistemas VergeOS y/o inquilinos.

## Beneficios de la aplicación OIDC de VergeOS

* Capacidad de establecer un sistema VergeOS como proveedor de identidades (con o sin un proveedor ascendente como Google, Azure, etc.)
* La misma aplicación/token en un proveedor de autorización ascendente puede usarse para múltiples entornos físicos e inquilinos, en lugar de crear uno separado para cada uno.
* Proporciona capacidades de inicio de sesión único (SSO) en todos los sistemas VergeOS
* Los MSP/proveedores pueden tener un inicio de sesión central vinculado a su entorno para todos los inquilinos
* OIDC ofrece un protocolo estandarizado y ampliamente compatible con funciones de seguridad integradas
* Menor carga administrativa para la gestión de usuarios/grupos en todos los sistemas/inquilinos VergeOS

## Flujo operativo general

* El usuario intenta iniciar sesión en un sistema VergeOS
* La solicitud se redirige al sistema proveedor de identidades de VergeOS
* Cuando hay un proveedor de terceros configurado, la solicitud se redirige aguas arriba según sea necesario (p. ej., Google Auth)
* Los tokens que contienen información del usuario se envían de vuelta al sistema VergeOS inicial
* Los tokens se verifican y se crea una sesión de usuario

## Pasos de configuración

Configurar un proveedor central de identidad de VergeOS implica los siguientes pasos:

1. Crear cualquier fuente de autorización ascendente (como Google, Azure, Okta) en el sistema que actuará como el Proveedor de identidad de VergeOS.
2. [Configurar VergeOS como proveedor OIDC](/knowledge-base/es/system-administration/setting-up-vergeos-as-identity-provider-oidc.md)

{% hint style="success" %}
**Se pueden crear múltiples aplicaciones OIDC en el mismo sistema para adaptarse a diferentes configuraciones.**
{% endhint %}

3. [Configurar VergeOS como cliente OIDC](/knowledge-base/es/system-administration/configuring-vergeos-as-oidc-client.md)

Para obtener orientación detallada sobre la implementación y la solución de problemas, consulte los artículos vinculados de la base de conocimientos anteriores.


---

# 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.verge.io/run-the-platform/es/autenticacion/oidc-apps-overview.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.
