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 4b08d7b4b2 exclude export service 8 years ago
.vscode debug main and renderer 8 years ago
jslib@a421f6e64a update jslib 8 years ago
resources icns icon 8 years ago
src make logout async 8 years ago
.editorconfig settings configuration 8 years ago
.gitattributes stub out projects for the solution 9 years ago
.gitignore update gitignore for electron apps 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 Update README.md 8 years ago
SECURITY.md Uppercase Bitwarden 8 years ago
package-lock.json package update 8 years ago
package.json fixes for mac build 8 years ago
tsconfig.json exclude export service 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 a desktop application used to sync your Bitwarden enterprise organization to an existing directory of users and groups.

Supported directories:

  • Active Directory
  • Any other LDAP-based directory
  • Azure Active Directory
  • G Suite (Google)
  • Okta

The application is written using Electron with Angular and installs on Windows, macOS, and Linux distributions.

Directory Connector

Build/Run

Requirements

Run the app

npm install
npm run electron

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

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.