> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/other-integrations/how-do-i-connect-rsa-securid-emc-to-messagebirds-sms-gateway.md).

# How do I connect RSA SecurID (EMC) to MessageBird's SMS Gateway?

<figure><img src="/files/X6KdOo95h2etaSWNW6bM" alt=""><figcaption></figcaption></figure>

It's quite easy to connect **RSA SecurID® On-demand (SMS) Authenticator** to your MessageBird Account. This article describes how to get up & running for sending One Time Password messages in no time. Keep in mind that for the moment One Time Password for RSA SecurID is only supported by our old API (not the REST API); you can read the [documentation on this API](https://www.messagebird.com/en/developers-old) for more information.&#x20;

### RSA SecurID® On-demand (SMS) Authenticator configuration

Configuration setup is done within the RSA Authentication Manager’s Security Console. There you'll find three sections: Tokencode Delivery by SMS, SMS Provider and SMS HTTP Proxy. You won't need the last setting to connect with MessageBird.

#### Tokencode Delivery by SMS setup

* **Delivery by SMS:**\
  Select the check-box to enable delivery of One Time Password messages.\ <br>
* **User Attribute to Provide SMS Destination:**\
  Select the attribute that will maintain SMS data.\ <br>
* **Default country code:**\
  Enter the country code according to the location of your server (for example 44 for the United Kingdom).\ <br>
* **SMS Plug-In:**\
  Select HTTP in the drop-down menu.

#### SMS Provider configuration

Enter the details as stated below within the RSA SecurID SMS provider Configuration.

* **Base URL:**\
  [https://api.messagebird.com/api/sms\ <br>](https://api.messagebird.com/api/sms)
* **Certificate:**\
  Download one or both [certificates](https://status.messagebird.com/incidents/82nlyct7208v) and import the file.&#x20;
* **HTTP Method:**\
  Select GET in the drop-down menu.\ <br>
* **Parameters:**\
  Copy and paste the following string. Please keep in mind that the *sender* parameter may contain a maximum of 11 characters: \
  *username=$cfg.user\&password=$cfg.password\&destination=$plus$msg.address\&body=$msg.message\&sender=YourName*\ <br>
* **Account Username:**\
  Enter the username of your MessageBird Account.\ <br>
* **Account Password:**\
  Enter the password of your API. Keep in mind that it's possible the password of your MessageBird Account and the one to access your API [may be different](https://support.messagebird.com/hc/en-us/articles/200787661).\ <br>
* **Success Response Code:**\
  01\ <br>
* **Response Format:**\
  .\*

&#x20;


---

# 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.bird.com/connectivity-platform/other-integrations/how-do-i-connect-rsa-securid-emc-to-messagebirds-sms-gateway.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.
