> 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/knowledge-base/knowledge-base-articles/cyberark-mfa-delimiter-in-remote-desktop-manager.md).

# CyberArk MFA delimiter in Remote Desktop Manager

The ***MFA delimiter*** option exists in Remote Desktop Manager to mirror the one that already exists with CyberArk. The character that is entered in the delimiter field will be used to separate the values of the SecurID code and the password that are then sent to the API.

{% hint style="info" %}
The ***MFA delimiter*** field is only available for the [CyberArk Dashboard](#cyberark-dashboard) entry and the [CyberArk PVWA (credentials)](#cyberark-pvwa) entry. Learn more about [CyberArk entries configuration](https://docs.devolutions.net/rdm/kb/how-to-articles/cyberark-dashboard-configuration/).
{% endhint %}

Here is an example of how it works:

| SENT                                                                                    | RECEIVED BY API   |
| --------------------------------------------------------------------------------------- | ----------------- |
| <p>SecurID code: 123<br>Password: abc</p>                                               | Received: 123abc  |
| <p>SecurID code: 123<br>Password: abc<br><em><strong>MFA delimiter</strong></em>: ,</p> | Received: 123,abc |

### CyberArk Dashboard

The entry can be found under ***New Entry*** – ***Session***. The option is in the ***General*** tab.

{% hint style="info" %}
The ***Append RSA SecurID code to password*** option needs to be enabled to have access to ***MFA delimiter***.
{% endhint %}

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

### CyberArk PVWA (Credentials)

The entry can be found under ***New Entry*** – ***Credential Management***. The option is in the ***Advanced*** tab.

![](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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/cyberark-mfa-delimiter-in-remote-desktop-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
