{"id":13599350,"url":"https://github.com/bitwarden/directory-connector","last_synced_at":"2025-04-08T12:10:43.917Z","repository":{"id":23634090,"uuid":"91016535","full_name":"bitwarden/directory-connector","owner":"bitwarden","description":"A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.","archived":false,"fork":false,"pushed_at":"2025-04-01T18:33:46.000Z","size":13348,"stargazers_count":269,"open_issues_count":20,"forks_count":87,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-04-05T21:32:45.268Z","etag":null,"topics":["active-directory","angular","azure-ad","bitwarden","directory","electron","gsuite","ldap","okta","typescript"],"latest_commit_sha":null,"homepage":"https://bitwarden.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitwarden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-11T19:35:31.000Z","updated_at":"2025-04-05T19:02:53.000Z","dependencies_parsed_at":"2024-04-15T20:32:42.374Z","dependency_job_id":"73e0dcc8-fdac-40cb-b80e-58d1ede0e73e","html_url":"https://github.com/bitwarden/directory-connector","commit_stats":{"total_commits":756,"total_committers":42,"mean_commits":18.0,"dds":0.3478835978835979,"last_synced_commit":"8848edbb4035a8852e62cedd19c85d670b470fc4"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwarden%2Fdirectory-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwarden%2Fdirectory-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwarden%2Fdirectory-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwarden%2Fdirectory-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitwarden","download_url":"https://codeload.github.com/bitwarden/directory-connector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838445,"owners_count":21004580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-directory","angular","azure-ad","bitwarden","directory","electron","gsuite","ldap","okta","typescript"],"created_at":"2024-08-01T17:01:02.668Z","updated_at":"2025-04-08T12:10:43.894Z","avatar_url":"https://github.com/bitwarden.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","angular"],"sub_categories":[],"readme":"![Build](https://github.com/bitwarden/directory-connector/workflows/Build/badge.svg)\n[![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby)\n\n# Bitwarden Directory Connector\n\nThe Bitwarden Directory Connector is a desktop application used to sync your Bitwarden enterprise organization to an existing directory of users and groups.\n\nSupported directories:\n\n- Active Directory\n- Any other LDAP-based directory\n- Azure Active Directory\n- G Suite (Google)\n- Okta\n\nThe application is written using Electron with Angular and installs on Windows, macOS, and Linux distributions.\n\n[![Platforms](https://imgur.com/SLv9paA.png \"Windows, macOS, and Linux\")](https://bitwarden.com/help/directory-sync/#download-and-install)\n\n![Directory Connector](https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/directory-connector-macos.png \"Dashboard\")\n\n## Command-line Interface\n\nA command-line interface tool is also available for the Bitwarden Directory Connector. The Directory Connector CLI (`bwdc`) is written with TypeScript and Node.js and can also be run on Windows, macOS, and Linux distributions.\n\n## CLI Documentation\n\nThe Bitwarden Directory Connector CLI is self-documented with `--help` content and examples for every command. You should start exploring the CLI by using the global `--help` option:\n\n```bash\nbwdc --help\n```\n\nThis option will list all available commands that you can use with the Directory Connector CLI.\n\nAdditionally, you can run the `--help` option on a specific command to learn more about it:\n\n```\nbwdc test --help\nbwdc config --help\n```\n\n**Detailed Documentation**\n\nWe provide detailed documentation and examples for using the Directory Connector CLI in our help center at https://bitwarden.com/help/directory-sync-cli/.\n\n## Build/Run\n\n**Requirements**\n\n- [Node.js](https://nodejs.org) v18 (LTS)\n- Windows users: To compile the native node modules used in the app you will need the Visual C++ toolset, available through the standard Visual Studio installer (recommended) or by installing [`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools) through `npm`. See more at [Compiling native Addon modules](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).\n\n**Run the app**\n\n```bash\nnpm install\nnpm run reset # Only necessary if you have previously run the CLI app\nnpm run rebuild\nnpm run electron\n```\n\n**Run the CLI**\n\n```bash\nnpm install\nnpm run reset # Only necessary if you have previously run the desktop app\nnpm run build:cli:watch\n```\n\nYou can then run commands from the `./build-cli` folder:\n\n```bash\nnode ./build-cli/bwdc.js --help\n```\n\n## We're Hiring!\n\nInterested in contributing in a big way? Consider joining our team! We're hiring for many positions. Please take a look at our [Careers page](https://bitwarden.com/careers/) to see what opportunities are currently open as well as what it's like to work at Bitwarden.\n\n## Contribute\n\nCode contributions are welcome! Please commit any pull requests against the `master` branch. Learn more about how to contribute by reading the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.\n\nSecurity 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`](SECURITY.md) file.\n\n### Prettier\n\nWe recently migrated to using Prettier as code formatter. All previous branches will need to updated to avoid large merge conflicts using the following steps:\n\n1. Check out your local Branch\n2. Run `git merge 225073aa335d33ad905877b68336a9288e89ea10`\n3. Resolve any merge conflicts, commit.\n4. Run `npm run prettier`\n5. Commit\n6. Run `git merge -Xours 096196fcd512944d1c3d9c007647a1319b032639`\n7. Push\n\n#### Git blame\n\nWe also recommend that you configure git to ignore the prettier revision using:\n\n```bash\ngit config blame.ignoreRevsFile .git-blame-ignore-revs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwarden%2Fdirectory-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwarden%2Fdirectory-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwarden%2Fdirectory-connector/lists"}