-
Notifications
You must be signed in to change notification settings - Fork 392
Authentication MongoDB
Note: This feature is available in Enterprise, AWS, Team editions only.
CloudBeaver is fully compatible with the MongoDB authentication method, offering you a secure way to access your MongoDB databases.
Here are the steps to configure MongoDB authentication:
-
Start by creating a connection for MongoDB.
-
Enter the username and password in the Username and Password fields respectively.
Tip: If you check the Save credentials for the current user option, you will not be asked to input your credentials every time you connect. For more details on connection settings, see Create Connection.
-
From the Mechanism dropdown menu, select an option. The following table outlines the available authentication mechanisms:
Mechanism Description SCRAM-SHA-1 A password-based authentication mechanism using SHA-1 hashing algorithm. Suitable for securing data transmissions. SCRAM-SHA-256 An upgraded version of SCRAM-SHA-1
, using the strongerSHA-256
hashing algorithm. Offers enhanced security.MONGODB-CR A protocol specific to MongoDB, utilizing a challenge-response mechanism for authentication. PLAIN A simple, unencrypted password-based authentication mechanism. Not recommended for production environments due to security vulnerabilities. GSSAPI Based on the Kerberos protocol, this mechanism offers secure password authentication. NONE No authentication is required. This method should only be used in secure, isolated environments.
You can read more about these mechanisms on the MongoDB documentation page.
-
Fill in the additional fields as necessary.
Field Description Source The authentication database to use. Typically, this is admin
for administrative users.Replica Set Required when your MongoDB setup includes a replica set. -
Once you have input your credentials, click the Test button to verify your settings. If everything is configured correctly, CloudBeaver should now be able to connect to your database using the MongoDB authentication method.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development