1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +00:00
Files
help/_articles/directory-connector/directory-sync.md
fred_the_tech_writer 906e2ca0dd Promote to Master (#748)
* initial commit

* adding quotes for the array error

* Create Gemfile

* Create Gemfile.lock

* add .nvmrc and .node-version

* removed /article from URL

* update links to work with netlify

* more fixed links

* link fixes

* update bad links

* Update netlify.toml

toml test for redirects

* article redirect

* link fixes

* Update index.html

* Update netlify.toml

* Update _config.yml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* add article back into URL for launch

* Update netlify.toml

* Update netlify.toml

* add order to categories front matter

* Update netlify.toml

* update

* sidemenu update

* Revert "sidemenu update"

This reverts commit 5441c3d35c.

* update order prop

* Navbar updates per Gary and compiler warnings

* font/style tweaks

* Update sidebar.html

* Stage Release Documentation (#739)

* initial drafts

* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information

* edit

* edit

* Custom Field Context Menu & CAPTCHA item in release notes

* SSO relink event

* update rn

* small edits

* improve release notes titles

* fix side menu

* Edits courtest of mportune!

* update order

* link fixes

* link cleanup

* image updates and a link

* fix trailing slash

Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
2021-09-21 13:21:11 -04:00

4.9 KiB

layout, title, categories, featured, popular, tags, order
layout title categories featured popular tags order
article About Directory Connector
directory-connector
true false
directory connector
directory sync
teams
enterprise
01

What is Directory Connector?

The Bitwarden Directory Connector application syncs users and groups to a Bitwarden Organization from a selection of directory services. Directory Connector will automatically provision and de-provision users, groups, and group associations from the source directory.

Directory Connector will issue invitations to synced users, however it will not automatically construct Bitwarden credentials based on any credentials stored in the source directory. Invited users will be required to follow the normal Organization onboarding procedure and log in with the created Bitwarden Master Password.

{% callout info %} Directory Connector functionality is available to Teams and Enterprise Organizations. To use Directory Connector, you must have access to your Organization API Key which can only be retrieved by an Organization Owner and securely shared using Bitwarden Send. {% endcallout %}

{% image directory-connector/dc-diagram.png %}

A Directory Connector sync operation can be run on-demand or automatically on a configured interval. Directory Connector applications can be installed as an agent on the server that hosts your directory, an administrator's workstation, or any other desktop device that can access the source directory.

Directory Connector supports sync from the following sources:

  • Active Directory
  • Any LDAP-based directory
  • [Azure Active Directory]({% link _articles/directory-connector/azure-active-directory.md %})
  • [G Suite]({% link _articles/directory-connector/gsuite-directory.md %})
  • [Okta]({% link _articles/directory-connector/okta-directory.md %})
  • [OneLogin]({% link _articles/directory-connector/onelogin-directory.md %})

Directory Connector Applications

Directory Connector is available as a cross-platform Desktop Application and as a Command Line Interface (CLI). The Desktop App and CLI share a database and configurations, so you may choose to use both, however simultaneous use is not recommended.

{% image directory-connector/app.png Directory Connector Desktop App %}

Download Directory Connector

Use the following links to download Directory Connector:

{% capture desktop %}

Download Desktop App

Download the latest version of the Directory Connector Desktop App from our GitHub releases page{:target="_blank"} or by using one of the following official links:

{% endcapture %} {{ desktop | markdownify }}

{% capture commandline %}

Download CLI Tool

Download the latest version of the Directory Connector CLI from one of the following links:

{% endcapture %} {{ commandline | markdownify }}

Source code

As with everything at Bitwarden, the Directory Connector is open source and hosted on GitHub at github.com/bitwarden/directory-connector.