Skip to main content
Skip table of contents

Username + Password authentication

The easiest way to authenticate to a mongo database is through a username + password authentication. 

All the connection information needed to connect must be in a ConnectionString
If you use MongoDB Atlas, the ConnectionString for your deployment is provided when you click the Connect button in the Atlas UI, it should have the following format:

mongodb+srv://<username>:<password>@<hostname>


Simply copy paste this connection string in your connector, add the database name and enable the connector. The Connector should connect by itself. 



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.