-
Notifications
You must be signed in to change notification settings - Fork 397
Local Access Authentication
Note: This feature is available in Enterprise and Team editions only.
Local access authentication is a method for validating users based on usernames and passwords managed within the system.
-
As an administrator, navigate to the Settings -> Server configuration.
-
Locate the Local option and activate this setting to allow local authentication.
-
Save changes.
To grant local access, administrators set up individual user accounts. This involves creating each account with a unique username and a secure password in the Administration section. For detailed guidance on creating user accounts, refer to the Users article.
If an administrator disables all types of authentication, including Local, the administrator cannot log in with their credentials after logging out. In such a situation, you need to:
-
Open the file
{cb_workspace}/.data/.cloudbeaver.runtime.conf
. -
Find
enabledAuthProviders
. -
Add
"local"
to the list."enabledAuthProviders": ["local"],
-
Restart the server to apply the changes.
- 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