> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/cyberark-mfa-delimiter-in-remote-desktop-manager.md).

# Delimitador de MFA de CyberArk en Remote Desktop Manager

La opción ***MFA delimiter*** existe en Remote Desktop Manager para reflejar la que ya existe en CyberArk. El carácter que se introduzca en el campo del delimitador se utilizará para separar los valores del código SecurID y de la contraseña que después se envían a la API.

{% hint style="info" %}
El campo ***MFA delimiter*** solo está disponible para la entrada [CyberArk Dashboard](#cyberark-dashboard) y la entrada [CyberArk PVWA (credenciales)](#cyberark-pvwa-credentials). Más información sobre la [configuración de las entradas de CyberArk](/rdm/es/knowledge-base/how-to-articles/cyberark-dashboard-configuration-and-use.md).
{% endhint %}

Aquí tiene un ejemplo de cómo funciona:

| ENVIADO                                                                                     | RECIBIDO POR LA API |
| ------------------------------------------------------------------------------------------- | ------------------- |
| <p>Código SecurID: 123<br>Contraseña: abc</p>                                               | Recibido: 123abc    |
| <p>Código SecurID: 123<br>Contraseña: abc<br><em><strong>MFA delimiter</strong></em>: ,</p> | Recibido: 123,abc   |

### CyberArk Dashboard

La entrada se encuentra en ***New Entry*** – ***Session***. La opción está en la pestaña ***General***.

{% hint style="info" %}
Es necesario habilitar la opción ***Append RSA SecurID code to password*** para tener acceso a ***MFA delimiter***.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0076.png)

### CyberArk PVWA (Credenciales)

La entrada se encuentra en ***New Entry*** – ***Credential Management***. La opción está en la pestaña ***Advanced***.

![](https://cdnweb.devolutions.net/docs/RDMW6086_2025_3.png)


---

# 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.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/cyberark-mfa-delimiter-in-remote-desktop-manager.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.
