UiPath Documentation
add-ins
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Guía del usuario de complementos

Última actualización 20 de may. de 2026

Cómo configurar una conexión de credenciales nombradas

ADVERTENCIA:

El complemento de Salesforce versión 1.13 tiene un problema conocido, en el que las conexiones de credenciales con nombre dejan de funcionar después de 60 días. Asegúrate de actualizar a la última versión.

Para configurar credenciales con nombre, siga los siguientes pasos:

  1. Configura la aplicación externa en UiPath.
    1. Access your UiPath Orchestrator account and click on Admin on the left-side menu.

    2. Select External Applications and click Add application.

    3. Choose a name for your application and type it into the Application name field.

    4. Under Application Type, select Confidential application.

    5. Ahora, añade los ámbitos necesarios para el complemento. Haz clic en el botón Añadir ámbitos , selecciona el recurso de acceso a la API de Orchestrator y añade los siguientes ámbitos de aplicación: OR.Execution OR.Folders OR.Jobs OR.Machines OR.Queues OR.Robots

    6. In the Redirect URL field, for the moment, you can fill in a random URL, such as https://example.com.

    7. Click Add. The Application ID will be displayed in the External Application window.

    8. Copy the App Id and App Secret in a notepad so that they can be used to configure Salesforce.

  2. Configura Salesforce para conectarse a UiPath.
    1. Click the Setup icon in the upper-right corner of the interface. A new window is displayed.

    2. In the left-side menu, select Identity, then go to Auth Providers.

    3. Click New.

    4. In the Provider Type drop-down menu, select UiPathAuthProvider.

    5. Enter a Name and a URL Suffix.

    6. In the Consumer Key field, enter the App Id from the previous section.

    7. In the Consumer Secret field, enter the App Secret from the previous section.

    8. Leave the Scope field empty.

    9. En el campo Punto final del token , introduce la siguiente URL:

      • https://[your-orchestrator-url]/identity_/connect/token (para Orchestrator Cloud)
      • https://{yourDomain}/identity/connect/token (para Orchestrator independiente)
    10. Select the Include Consumer Secret in API Responses checkbox.

    11. In the Execute Registration As: field, enter your username. Make sure you have sufficient permissions; a SysAdmin level user is required.

    12. Haz clic en Guardar. Se genera una URL de devolución de llamada. Cópiala.

  3. Actualice la URL de devolución de llamada en la configuración del proveedor de UiPath.
    1. Go to the External Applications screen in UiPath Orchestrator.
    2. Click the Edit button corresponding to the external app you created earlier.
    3. Pega la URL de devolución de llamada generada durante la configuración en el campo URL de redirección y haz clic en Guardar.
  4. Configuración de credenciales con nombre.
    1. Click the Setup icon in the upper-right corner of the interface. A new window is displayed.

    2. In the left-side menu, click Security and select Named Credentials.

    3. Haz clic en Nuevo → Nuevo heredado.

    4. Enter a Label and a Name (must be lowercase, no spaces or underscores). The Label and Name must be identical.

    5. In the URL field, type the following: https://[your-orchestrator-url].

    6. In the Identity Type drop-down menu, select Named Principal.

    7. In the Authentication Protocol drop-down menu, select OAuth 2.0.

    8. For Authentication Provider, select the name of the Auth Provider created in previous section.

    9. In the Scope field, enter the following: OR.Execution OR.Folders OR.Jobs OR.Machines OR.Queues OR.Robots

    10. Select the Start Authentication Flow on Save checkbox.

    11. Select the Generate Authorization Header checkbox.

    12. Leave the Allow merge Fields in HTTP Header disabled.

    13. Select the Allow Merge Fields in HTTP Body checkbox.

    14. Leave the Outbound Network Connection field blank.

    15. Haz clic en Guardar para iniciar el flujo OAuth para conectarte a UiPath. Ahora estas Credenciales con nombre pueden utilizarse para tu conexión UiPath.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado