A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kyle Spearrin 2800c2f077 settings configuration 8 years ago
.vscode debug main and renderer 8 years ago
jslib@12533dd951 remove unneeded features 8 years ago
src settings configuration 8 years ago
.editorconfig settings configuration 8 years ago
.gitattributes stub out projects for the solution 9 years ago
.gitignore stub out electron app 8 years ago
.gitmodules stub out electron app 8 years ago
CONTRIBUTING.md stub out directory services 8 years ago
ISSUE_TEMPLATE.md stub out directory services 8 years ago
LICENSE.txt stub out directory services 8 years ago
README.md Uppercase Bitwarden 8 years ago
SECURITY.md Uppercase Bitwarden 8 years ago
package-lock.json stub out directory service auth/querying 8 years ago
package.json stub out directory service auth/querying 8 years ago
tsconfig.json wire up services 8 years ago
tslint.json stub out directory services 8 years ago
webpack.main.js stub out electron app 8 years ago
webpack.renderer.js stub out directory service auth/querying 8 years ago

README.md

appveyor build Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Directory Connector

The Bitwarden Directory Connector is a command line application used to connect your Bitwarden enterprise organization to an existing directory of users and groups. It is written in C# with the .NET Framework. It consists of a console application and an optional windows service to run syncs in the background on a specified interval.

Supported directories:

  • Active Directory
  • Azure Active Directory
  • GSuite (Google)
  • Any other LDAP-based directory

Build/Run

Requirements

Open bitwarden-directory-connector.sln or bitwarden-directory-connector-noinstaller.sln. After restoring the nuget packages, you can build and run the application.

Contribute

Code contributions are welcome! Visual Studio is required to work on this project. Please commit any pull requests against the master branch.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.