1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Meta-Descriptions (#778)

* initial commit

* 2nd batch

* last batch
This commit is contained in:
fred_the_tech_writer
2021-10-27 10:38:41 -04:00
committed by GitHub
parent d4efd98c15
commit 5e11a4ac9b
167 changed files with 172 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ tags: [encryption key, account]
order: "04"
redirect_from:
- /article/update-encryption-key/
description: "Each Bitwarden account has an account encryption key based on the master password used to create and access the account."
---
Each unique Bitwarden account has an encryption key derived from your Master Password, according to the methods defined in [Encryption]({{site.baseurl}}/article/what-encryption-is-used/). This encryption key is used to encrypt all Vault data.

View File

@@ -7,6 +7,7 @@ popular: true
hidden: false
tags: []
order: "08"
description: "Automatically log in to a basic auth-protected resource when only one set of login credentials is saved in a Bitwarden client app."
---
Login prompts like the one pictured below, called "basic" or "native" authentication prompts, will be automatically auto-filled by the Bitwarden Browser Extension **if there is only 1 Login item with a** [**matching URI**]({{site.baseurl}}/article/uri-match-detection/). You can also use the Browser Extension's {% icon fa-share-square %} **Launch** button to automatically open and log in to a basic auth-protected resource.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [unlock, face id, touch id, hello, windows, mac, ios, android]
order: "11"
description: "This article describes how to unlock Bitwarden with biometrics and explains the difference between unlocking and logging in to a Vault."
---
Bitwarden can be configured to accept biometrics as a method to unlock your Vault.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [account, delete]
order: "08"
description: "This article explains how to delete a Bitwarden account or Organization if you forget your master password and need to create a new account."
---
Deleting a Bitwarden account or Organization permanently deletes the account or Organization and **all data that is associated with it**. Bitwarden does not "soft delete" any data.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [export, accounts, csv]
order: "07"
description: "This article explains how to export your personal Vault data from any client application, or export an Organization Vault from the Web Vault or CLI."
---
You can export your personal Vault data from any client application, or export an Organization Vault from the Web Vault or CLI. Exports can be downloaded as plaintext `.json` or `.csv` files, or as a `.json` [encrypted export]({{site.baseurl}}/article/encrypted-export/).

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [master password, account]
order: "02"
description: "This article explains what to do if you forgot your master password, as Bitwarden has no way to retrieve or reset it."
---
As described in the [Your Master Password]({{site.baseurl}}/article/master-password/) article, Bitwarden has no knowledge of, way to retrieve, or way to reset your Master Password.

View File

@@ -5,6 +5,7 @@ categories: [miscellaneous]
featured: false
popular: false
tags: [browser, safari]
description: "This article explains how Bitwarden customers using Safari 13 or earlier can download and install the Safari app extension."
---
Bitwarden's Safari Web Extension is a port of the prior *App Extension* designed for use with [Safari 14](https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_safari_app_extension_to_a_safari_web_extension?language=objc){:target="\_blank"}. The Safari Web Extension is packaged with the Bitwarden Desktop App available on the App Store.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [keyboard, shortcut, mouseless]
order: "15"
description: "Learn keyboard shortcuts for the Bitwarden password manager for lightning fast password management."
---
## Browser extension shortcuts

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [account, items, import, delete, trash, clone]
order: "03"
description: "Learn about managing items in your Bitwarden Vault so you have seamless access to stored items and can safely share sensitive information with others."
---
Effectively managing the items in your Vault is key to making sure that you secure and have seamless access to your information, and can safely share information with friends, family, teams, and colleagues. There are 4 types of items you can store in your Vault; Logins, Cards, Identities, and Secure Notes:

View File

@@ -8,6 +8,7 @@ tags: [master password, account]
order: "01"
redirect_from:
- /article/change-your-master-password/
description: "Find out why you should make your Bitwarden master password memorable and how to set up hints to prompt your memory."
---
## About your Master Password

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [unlock, pin]
order: "10"
description: "Learn how to add a PIN code to lock and unlock your Bitwarden Vault."
---
Bitwarden can be configured to accept a Personal Identification Number (PIN) as a method to unlock your Vault.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [account, vault, timeout, 2FA, two-step]
order: "14"
description: "Learn how to set a Vault timeout timer and behavior for your Bitwarden password manager."
---
Vault Timeout determines how your Vault will behave after a specified period of inactivity. Timeout is configured individually for each Bitwarden Client application (Web Vault, Browser Extension, Mobile, Desktop). Vault Timeout can be configured from the **Settings** menu of any Bitwarden app. When configuring your Vault Timeout settings, you can set both the **Vault Timeout** (time-constraint) and **Vault Timeout Action**:

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "09"
description: "This article explains how you can sync your Bitwarden Organization with Azure Active Directory to reduce management overhead."
---
This article will help you get started using Directory Connector to sync users and groups from your Azure Active Directory to your Bitwarden Organization.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "06"
description: "Clearing the sync cache can help if you encounter a sync error when using the Bitwarden Directory Connector."
---
Directory Connector keeps a local cache while syncing changes to your Bitwarden Organization. This cache allows Directory Connector to **only send the deltas between the two directories** (before / after).

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "03"
description: "Learn how to get started with the Bitwarden Directory Connector CLI for easier user provisioning and deprovisioning."
---
The Directory Connector CLI is suited toward work in environments where a desktop GUI is unavailable, or if you want to programmatically script directory sync operations using tools provided by the operating system (cron job, scheduled task, etc.). The Directory Connector CLI can be used cross-platform on Windows, macOS, and Linux distributions.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "02"
description: "Learn how to use the Bitwarden Directory Connector Desktop App to sync users and groups from a selection of directory services."
---
The Directory Connector Desktop App is a standalone desktop application that can be used to sync users, groups, and group associations from a selection of directory services.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "04"
description: "Learn how to use the Bitwarden Directory Connector Desktop App and CLI for the same Organization."
---
The Directory Connector [Desktop Application]({{site.baseurl}}/article/directory-sync-desktop/) and [CLI]({{site.baseurl}}/article/directory-sync-cli/) share the same database and configuration settings. You may install and use both applications, however **it is not recommended to use them simultaneously**.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [directory connector, directory sync, teams, enterprise]
order: "01"
description: "The Bitwarden Directory Connector application syncs users and groups to a Bitwarden Organization from a selection of directory services for easier user provisioning and deprovisioning."
---
## What is Directory Connector?

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "10"
description: "This article explains how you can sync your Bitwarden Organization with Google Workspace (formerly "G Suite") to reduce management overhead."
---
This article will help you get started using Directory Connector to sync users and groups from your Google Workspace (formerly "G Suite") Directory to your Bitwarden Organization.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [active directory, ldap, ad]
order: "08"
description: "Bitwarden provides built-in connectors for the most popular LDAP directory servers. This article explains how to sync your Bitwarden Organization to Active Directory or LDAP."
---
This article will help you get started using Directory Connector to sync users and groups from your LDAP or Active Directory service to your Bitwarden Organization. Bitwarden provides built-in connectors for the most popular LDAP directory servers, including:

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "11"
description: "This article explains how you can sync your Bitwarden Organization with your Okta directory to reduce management overhead."
---
This article will help you get starting using Directory Connector to sync users and groups from your Okta directory to your Bitwarden Organization.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "12"
"This article explains how you can sync your Bitwarden Organization with OneLogin to reduce management overhead."
---
This article will help you get started using Directory Connector to sync users and groups from your OneLogin directory to your Bitwarden Organization.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [directory connector, directory sync, schedule, cronjob]
order: "07"
description: "Learn how to use a cronjob to schedule Bitwarden Directory Connector syncs of users and groups."
---
For Organizations using the Directory Connector CLI, automatic syncs can be scheduled on defined intervals as an alternative to using the Desktop Applications **Interval** setting. This is particularly useful in headless environments, on in circumstances where a Desktop Application cannot be left running in the background.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "05"
description: "This article explains the user and group filters and sync options used to customize how the Bitwarden password manager will sync with your directory service."
---
When configuring the Directory Connector application, you can use a variety of Sync Options and Filters to customize your sync operation and limit the users and/or groups that are processed to your Bitwarden Organization.

View File

@@ -7,6 +7,7 @@ popular: true
hidden: false
tags: []
order: "11"
description: "This article contains FAQs regarding the Bitwarden password manager autofill functionality."
---
### Q: Can I auto-fill on a split login-workflow?

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "09"
description: "This article contains FAQs regarding billing and subscriptions for the Bitwarden password manager."
---
This article contains Frequently Asked Questions (FAQs) regarding **Plans and Pricing**.

View File

@@ -9,6 +9,7 @@ tags: []
order: "14"
redirect_from:
- /article/what-hosted-plaforms-are-supported/
description: "This article contains FAQs regarding self-hosting the Bitwarden password manager."
---
This article contains Frequently Asked Questions (FAQs) regarding **Self-hosting**.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "10"
description: "This article contains FAQs regarding importing and exporting data to and from the Bitwarden password manager."
---
This article contains Frequently Asked Questions (FAQs) regarding **Import & Export**.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "19"
description: "This article contains FAQs regarding Bitwarden Organizations, which can be used to facilitate secure sharing between users."
---
This article contains Frequently Asked Questions (FAQs) regarding **Organizations**.

View File

@@ -9,6 +9,7 @@ tags: []
order: "16"
redirect_from:
- /article/change-your-email/
description: "This article contains general FAQs regarding the Bitwarden password manager, like how to change your email address or tips on backup up your vault data."
---
This article contains Frequently Asked Questions (FAQs) about general Vault Management and Bitwarden functionality.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "08"
description: "This article contains FAQs regarding the Provider Portal, a Bitwarden password manager product for MSPs and resellers."
---
## Partner Program

View File

@@ -11,6 +11,7 @@ redirect_from:
- /article/why-should-i-trust-bitwarden/
- /article/what-happens-if-bitwarden-is-hacked/
- /article/can-bitwarden-see-my-passwords/
description: "This article contains FAQs regarding Bitwarden security practices. Learn about zero knowledge encryption, Bitwarden processes, and more."
---
This article contains Frequently Asked Questions (FAQs) regarding **Security**.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "09"
description: "This article contains FAQs regarding Bitwarden Send, a tool for transmitting encrypted plaintext and file attachments to anybody securely"
---
### Q: Why can't I create a file Send?

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [sso, enterprise, security]
order: "07"
description: "This article contains FAQs regarding Login with SSO - an enterprise feature of the Bitwarden password manager."
---
This article contains Frequently Asked Questions (FAQs) regarding **Login with SSO**.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: []
order: "10"
description: "This article contains FAQs about two-step login - an important piece of good security practice when using Bitwarden."
---
This article contains Frequently Asked Questions (FAQs) regarding **Two-step Login**.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [attachments, storage, files]
order: "13"
description: "Premium users of the Bitwarden password manager can attach files to Vault items from any Bitwarden client app. Learn how to attach a file, view an attached file, or add storage space."
---
Files can be attached to Vault items from any Bitwarden application. An individual file attachment must be 500 MB (100 MB if uploading from Mobile) or smaller. By default, paid users have access to 1GB of encrypted storage for file attachments. Additional storage can be purchased in 1GB increments.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [autofill, auto-fill, totp, 2fa, two-step login, two factor authentication, authenticator]
order: "12"
description: "The Bitwarden Authenticator is an alternative to dedicated authentication apps which you can use to verify your identity for websites and apps that use two-step login and offers greater convenience."
---
The Bitwarden Authenticator is an alternative solution to dedicated authentication apps like Authy, which you can use to verify your identity for websites and apps that use Two-step Login. The Bitwarden Authenticator generates 6-digit [Time-based One-time Passwords](https://en.wikipedia.org/wiki/Time-based_One-time_Password_algorithm) (TOTPs) using SHA-1 and rotates them every 30 seconds.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
order: "02"
tags: [android, autofill, auto-fill]
description: "The Bitwarden password manager makes passwords available for auto-fill on Android devices so you can seamlessly log into websites and apps while maintaining strong passwords."
---
Bitwarden makes your passwords available for auto-fill so that you can seamlessly log in to websites and apps while also maintaining strong and secure passwords. Auto-fill cuts the copying and pasting out of your login routine by detecting Vault items that match the service you're logging in to.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
order: "01"
tags: [browser, auto-fill, autofill]
description: "Learn how to autofill logins stored in the Bitwarden password manager from a browser extension."
---
{% callout success %}
@@ -95,7 +96,7 @@ You can auto-fill items manually that don't have saved URIs by opening them in t
If you use [Bitwarden Authenticator]({{site.baseurl}}/article/authenticator-keys/), Bitwarden will automatically copy a Login item's TOTP code to the clipboard when the Login item is autofilled by any of the above methods.
{% callout success %}
You can disable this option and set a custom interval with which to clear your clipboard from the Browser Extension's {% icon fa-cogs %} **Settings** tab:
You can disable this option and set a custom interval with which to clear your clipboard from the Browser Extension's {% icon fa-cogs %} **Settings** tab:
{% image autofill/clipboard.png Clipboard Settings %}

View File

@@ -6,6 +6,7 @@ order: "04"
featured: true
popular: false
tags: [browser, autofill, auto-fill, identity, card, form fill]
description: "Learn how the autofill capability of the Bitwarden password manager can autofill card details and identity information."
---
Bitwarden can do more than just [auto-fill your usernames and passwords]({{site.baseurl}}/article/auto-fill-browser/)! **Bitwarden Browser Extensions** can auto-fill [Cards]({{site.baseurl}}/article/managing-items/#cards) and [Identities]({{site.baseurl}}/article/managing-items/#identities) to simplify online purchases, account creation, and more using the [unique Tab view]({{site.baseurl}}/article/auto-fill-browser/).

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
order: "03"
tags: [iOS, Auto-fill, autofill]
description: "The Bitwarden password manager makes passwords available for auto-fill on iOS devices so you can seamlessly log into websites and apps while maintaining strong passwords."
---
Bitwarden makes your passwords available for auto-fill so that you can seamlessly log in to websites and apps while also maintaining strong and secure passwords. Auto-fill cuts the copying and pasting out of your login routine by detecting Vault items that match the service you're logging in to.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
order: "07"
tags: [android, autofill, auto-fill]
description: "The Bitwarden Android app gives users the option to blacklist specific URIs so the password manager does not offer them for autofill."
---
{% callout info %}

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [fields, autofill, custom fields]
order: "08"
description: "Custom fields in the Bitwarden password manager enable you to add unique data to a login for autofill. Learn how to create one with just a few clicks."
---
Custom fields, available for any [Vault item type]({{site.baseurl}}/article/managing-items/), allow you to store additional well-structured data fields for a Vault item. Custom fields are saved as `Name:Value` pairs, and can be one of three types:

View File

@@ -7,6 +7,7 @@ popular: true
hidden: false
tags: []
order: "09"
description: "An active built-in browser-based password manager can interfere with your Bitwarden experience. Learn how to disable built-in password managers with this guide."
---
If you're new to Bitwarden, it's likely that the web browser you use has been saving and auto-filling your passwords. Most web browsers enable this by default, but experts generally agree that [built-in password managers are more vulnerable](https://www.wired.com/2016/08/browser-password-manager-probably-isnt-enough/){:target="\_blank"} than dedicated solutions like Bitwarden.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [favorites, features, tutorial]
order: "07"
description: "The Bitwarden password manager lets users save Vault items and passwords as favorites for easy access. This guide explains how to set up and use favorites."
---
Any item can be designated as a **Favorite** allow quick access to your most used items.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [fingerprint]
order: "05"
description: "Your fingerprint phrase in the Bitwarden password manager uniquely and securely identifies a user account when encryption-related operations and performed."
---
Each Bitwarden account has a public "fingerprint phrase" associated with it. Your account's fingerprint phrase is permanent and composed of five random english words that appear in a specific order, for example:

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [categories, folders, sub-folders]
order: "06"
description: "Folders in the Bitwarden password manager organize your Personal Vault by gathering together login credentials, cards, identities, and secure notes."
---
Folders are structures used to organize your Personal Vault by gathering together Logins, Cards, Identities, and Secure Notes. Using Folders is a great way to make all Vault items easy to find. Any Vault item can be added to a Folder, including [items shared with you from an Organization]({{site.baseurl}}/article/sharing/).

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [account, report, breach, reused, unsecured, weak]
order: "15"
description: "Vault health reports are a much-used capability of the Bitwarden password manager that enable you to identify weak, re-used, and compromised passwords."
---
Vault Health Reports can be used to evaluate the security of your Bitwarden Personal or Organization Vault.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [search, lunr]
order: "05"
description: "You store hundreds of similarly labeled login credentials and other sensitive items in your Bitwarden password manager. Here are a few tips on how to search your Vault easily."
---
Bitwarden Vaults can be easily searched to quickly surface relevant Vault items. [Basic search](#basic-search) queries can be made in any Bitwarden client application, and advanced [full-text search](#full-text-search) queries can be made in Web Vaults, Desktop Apps, and Browser Extensions.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [uri, match detection, autofill]
order: "06"
description: "Find out more about how URI match detection works in the Bitwarden password manager."
---
Any Login item in your Vault can be created with or edited to include one or more URI (Uniform Resource Identifier). A URI can be a website address (i.e. a URL), a Server IP Address, a Mobile App Package ID, and more.

View File

@@ -6,6 +6,7 @@ featured: true
popular: true
tags: [getting started, create account]
order: "01"
description: "This article explains how to create a Bitwarden account when you start your secure password management journey or more from another password manager."
---
## Welcome to Bitwarden

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [tutorial, getting started, browser extensions]
order: "03"
description: "Learn how to get started with Bitwarden browser extensions. Explore your vault, launch a website, and autofill a login directly from the browser extension."
---
Bitwarden Browser Extensions integrate password management directly into your favorite browser. Download a Bitwarden Browser Extension from your browser's marketplace or app store, or from the [Bitwarden Downloads](https://bitwarden.com/download){:target="\_blank"} page.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [tutorial, getting started, desktop, windows, mac, linux]
order: "05"
description: "Learn how to get started with the Bitwarden desktop app by organizing favorites and folders, creating new logins, and unlocking the app with biometrics."
---
Bitwarden's Desktop App brings a full Vault experience straight out of your browser and into your desktop. Using a 3-column layout, the Bitwarden Desktop App is designed to help you quickly locate the Vault item you want to use or edit:

View File

@@ -10,6 +10,7 @@ order: "04"
redirect_from:
- /article/getting-started-android/
- /article/getting-started-ios/
description: "Learn how to get started with Bitwarden mobile apps, setup auto-fill, organize folders and favorites, and unlock with biometrics."
---
Bitwarden's Mobile App lets you take your password manager on the go. Download Bitwarden from the App Store or Google Play Store, or by navigating to [get.bitwarden.com](https://get.bitwarden.com) on any device.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [tutorial]
order: "06"
description: "Bitwarden Organizations enable your family, team, or enterprise to securely share common information like office WiFi passwords, online credentials, or shared company credit cards."
---
## Why Bitwarden Organizations?

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [getting started, videos, bitwarden 101]
order: "08"
description: "Watch our Getting Started videos to learn how to create a Bitwarden account, manage your Vault, and more."
---
## Bitwarden 101 - Getting Started

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [tutorial, getting started, web vault]
order: "02"
description: "Learn how to get started with the Bitwarden password manager web vault, including creating your first login, generating a strong password, and creating an organization."
---
**The Bitwarden Web Vault provides the richest Bitwarden experience** for personal users and Organizations. Lots of important functions, like setting up [Two-step Login]({{site.baseurl}}/article/setup-two-step-login/) or administering an [Organization]({{site.baseurl}}/article/about-organizations/), can only be done from the Web Vault.

View File

@@ -9,6 +9,7 @@ tags: [project guide, poc]
order: "05"
redirect_from:
- /article/bitwarden-proof-of-concept-project-guide/
description: "This proof-of-concept project checklist has been designed for businesses by Bitwarden product, implementation, and sales specialists."
---
This guide is designed by our Product, Implementation, and Sales specialists at Bitwarden to help guide your business in running a PoC of Bitwarden. Bitwarden offers a free trial for [Enterprise Organizations]({{site.baseurl}}/article/about-organizations/), and we're confident that spreading out these steps over that time will help shape a successful PoC.

View File

@@ -7,6 +7,7 @@ popular: true
hidden: false
tags: [release notes]
order:
description: "Bitwarden frequently updates its leading password manager to improve the user experience and fulfill feature requests from customers."
---
Bitwarden believes source code transparency is an absolute requirement for security solutions like ours. View full, detailed Release Notes in GitHub using any of the following links:

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, admin]
order: "10"
description: "Bitwarden self-hosted customers can use the admin portal to view environment configurations and view and delete registered users and organizations."
---
The Bitwarden System Administrator Portal can be used to:

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, backup]
order: "08"
description: "If you self-host Bitwarden, this guide will help you backup on-premises installations and restore data to your password manager from a backup."
---
When self-hosting Bitwarden, you are responsible for implementing your own backup procedures in order to keep data safe.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, install, deploy]
order: "05"
description: "This article explains the options self-hosting users have for generating certificates, including using Let's Encrypt or existing SSL certificates."
---
This article defines the certificate options available to Self-hosted instances of Bitwarden. You will select your certificate option during installation. For installation instructions, see [Install and Deploy On-premise]({{site.baseurl}}/article/install-on-premise/).

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, environment]
order: "12"
description: "Bitwarden client applications connect to Bitwarden-hosted servers by default, but you can also connect to to self-hosted servers in your datacenter or in the cloud."
---
By default, Bitwarden client applications (Browser Extensions, Mobile Apps, etc.) will connect to Bitwarden-hosted servers. Client applications can be configured to connect to your self-hosted Bitwarden instance.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: []
order: "11"
description: "This article explains how to centrally configure client applications settings to connect to your self-hosted server."
---
When operating a self-hosted Bitwarden server in a business setting, administrators may want to centrally configure client application settings (particularly, Server URL) before deploying to users with an endpoint management platform.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, install, deploy]
order: "06"
description: "Customers who self-host the Bitwarden password manager will find in this article a selection of commonly used environment variables for configuring their server."
---
Some features of Bitwarden are not configured by the `bitwarden.sh` installer. Configure these settings by editing the environment file, located at `./bwdata/env/global.override.env`. `global.override.env` comes pre-baked with configurable variables (see [Included Variables](#included-variables)), however there are additional variables which can be manually added (see [Optional Variables](#optional-variables)).

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, database, mssql]
order: "13"
description: "This article explains how to connect your self-hosted Bitwarden server to an external MSSQL database instead of the included container."
---
By default, self-hosted instances of Bitwarden will use a Microsoft SQL Server (MSSQL) database created as a normal part of [installation setup]({{site.baseurl}}/article/install-on-premise/), however you configure Bitwarden to use an external MSSQL database.

View File

@@ -8,6 +8,7 @@ tags: [hosting, docker, install, deploy]
order: "01"
redirect_from:
- /article/install-on-premise/
description: "This article guides you through the process of installing and deploying the Bitwarden password manager to a Linux server."
---
This article will walk you through the procedure to install and deploy Bitwarden to your own Linux Server. Bitwarden can also be installed and deployed on [Windows]({{site.baseurl}}/article/install-on-premise-windows) machines.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, install, deploy]
order: "03"
description: "This article explains how to install Bitwarden to a server manually, though installing the software using the Bitwarden installation script is recommended."
---
This article will walk you through the procedure to manually install and deploy Bitwarden to your own server. **Installation using the Bitwarden installation script is recommended for most users, for instructions see [Install and Deploy]({{site.baseurl}}/article/install-on-premise/)**.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, install, deploy]
order: "02"
description: "This article guides you through the process of installing and deploying the Bitwarden password manager to a Windows server."
---
This article will walk you through the procedure to install and deploy Bitwarden to your own Windows Server. Bitwarden can also be installed and deployed on [Linux and macOS]({{site.baseurl}}/article/install-on-premise/) machines.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, licensing]
order: "09"
description: "Some Bitwarden plans require a license file for self-hosting and use on-premises. This article explains licensing for on-premises environments and how to acquire or update a license."
---
Self-hosting Bitwarden is free, however some features must be unlocked in your self-hosted instance with a registered license file. A license file can be obtained from the Bitwarden-hosted [Web Vault]({{site.baseurl}}/article/getting-started-webvault) by either an account with a Premium Individual subscription or by the Owner of an Organization.

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, docker, install, deploy]
order: "04"
description: "This article explains how to migrate from the Bitwarden Cloud to a self-hosted server and vice versa."
---
This article will walk you through procedures for transitioning from Cloud to Self-hosted, from Self-hosted to Cloud, and from one self-hosted server to another:

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [hosting, update]
order: "07"
description: "If you self-host Bitwarden, this article will explain how to keep your password manager up to date. "
---
{% callout success %}

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import]
order: "09"
description: "This article describes the format you should use when manually conditioning a .csv or .json file for import into the Bitwarden password manager."
---
This article defines the format you should use when manually conditioning a `.csv` or `.json` for import into Bitwarden. This format is identical to that used by `.csv` or `.json` files created by [Exporting your Bitwarden Vault]({{site.baseurl}}/article/export-your-data/).

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import]
order: "08"
description: "This article explains how to create an encrypted export of your Vault data in the Bitwarden password manager for backup."
---
Vault data can be [exported]({{site.baseurl}}/article/export-your-data/) in an encrypted JSON file. These exports are encrypted using your [account's encryption key]({{site.baseurl}}/article/account-encryption-key/), which are generated on account creation and unique to each Bitwarden user account.

View File

@@ -6,6 +6,7 @@ featured: true
popular: true
tags: [import]
order: "01"
description: "The import data feature of the Bitwarden password manager enabled you to migrate items from a different password manager to your Personal or Organization Vault."
---
Bitwarden provides a data import tool for easy migration from any password management solution to your personal Vault or Organization Vault. You can also use the data import tool to import from one Bitwarden Vault to another, or to import a Bitwarden [Encrypted Export]({{site.baseurl}}/article/encrypted-export/).

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import, 1password]
order: "03"
description: "If you are switching password managers from 1Password to Bitwarden, use this article guide you to export data from 1Password and import into Bitwarden."
---
Use this article for help exporting data from 1Passwords and importing into Bitwarden. 1Password data exports are available as `.1pif` or `.csv` files, depending on which client version and operating system you are using.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import, chrome, opera, vivaldi, edge]
order: "04"
description: "This article explains how you can export data from Google Chrome or any chromium-based browser and import into Bitwarden."
---
Use this article for help exporting data from Google Chrome and importing into Bitwarden.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import, firefox]
order: "05"
description: "This article explains how you can export data from Firefox and import into Bitwarden."
---
Use this article for help exporting data from Firefox and importing into Bitwarden.

View File

@@ -6,6 +6,7 @@ featured: true
popular: true
tags: [import, lastpass]
order: "02"
description: "If you are switching password managers from LastPass to Bitwarden, use this article guide you to export data from LastPass and import into Bitwarden."
---
Use this article for help exporting data from LastPass and importing into Bitwarden.

View File

@@ -6,6 +6,7 @@ featured: true
popular: false
tags: [import, passwordsafe]
order: "06"
description: "If you are switching password managers from Password Sage to Bitwarden, use this article guide you to export data from Password Safe and import into Bitwarden."
---
Use this article for help exporting data from Password Safe and importing into Bitwarden. Password Safe (V8) currently only supports exporting as `.csv` file. Older versions also supported `.xml`.

View File

@@ -7,6 +7,7 @@ popular: false
hidden: false
tags: [import, teams, enterprise, onboarding, security]
order: "04"
description: "The teams and enterprise migration guide explains how to export data from another source, create and configure your Bitwarden Organization, and more."
---
Secure migration of your Organization with Bitwarden is straightforward and secure. Simply follow the steps in this guide to migrate data and users from your existing password manager:

View File

@@ -8,6 +8,7 @@ tags: [saml, saml2.0, single sign-on, sso, oidc, openid, openid connect, idp, id
order: "01"
redirect_from:
- /article/getting-started-with-sso/
description: "Bitwarden enterprise plan users can take advantage of Single Sign On (SSO). Find out more about Login with SSO and how it works with Bitwarden in this useful article."
---
## What is Login with SSO?

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [sso, oidc, openid, idp, identity]
order: "03"
description: "With a Bitwarden enterprise plan, you can enable Login with SSO for OpenID Connect (OIDC) authentication."
---
## Step 1: Set an Organization Identifier

View File

@@ -6,6 +6,7 @@ featured: false
popular: false
tags: [sso, saml, saml2.0, idp, identity]
order: "02"
description: "With a Bitwarden enterprise plan, you can enable Login with SSO for SAML 2.0 authentication."
---
## Step 1: Set an Organization Identifier

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, oidc, azure]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Azure OIDC implementations."
---
This article contains **Azure-specific** help for configuring Login with SSO via OpenID Connect (OIDC). For help configuring Login with SSO for another OIDC IdP, or for configuring Azure via SAML 2.0, see [OIDC Configuration]({{site.baseurl}}/article/configure-sso-oidc/) or [Azure SAML Implementation]({{site.baseurl}}/article/saml-azure/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, oidc, okta]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Okta OIDC implementations."
---
This article contains **Okta-specific** help for configuring Login with SSO via OpenID Connect (OIDC). For help configuring Login with SSO for another OIDC IdP, or for configuring Okta via SAML 2.0, see [OIDC Configuration]({{site.baseurl}}/article/configure-sso-oidc/) or [Okta SAML Implementation]({{site.baseurl}}/article/saml-okta/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, adfs]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for AD FS SAML 2.0 implementations."
---
This article contains **Active Directory Federation Services (AD FS)-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, auth0]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Auth0 SAML 2.0 implementations."
---
This article contains **Auth0-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, aws]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for AWS SAML 2.0 implementations."
---
This article contains **AWS-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, azure]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Azure SAML 2.0 implementations."
---
This article contains **Azure-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, duo]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Duo SAML 2.0 implementations."
---
This article contains **Duo-specific** help for configuring Login with SSO via SAML 2.0 For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, google]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Google Workspace SAML 2.0 implementations."
---
This article contains **Google Workspace-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, jumpcloud]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for JumpCloud SAML 2.0 implementations."
---
This article contains **JumpCloud-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, keyclock]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Keycloak SAML 2.0 implementations."
---
This article contains **Keycloak-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, okta]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for Okta SAML 2.0 implementations."
---
This article contains **Okta-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, onelogin]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for OneLogin SAML 2.0 implementations."
---
This article contains **OneLogin-specific** help for configuring Login with SSO via SAML 2.0. For help configuring Login with SSO for another IdP, refer to [SAML 2.0 Configuration]({{site.baseurl}}/article/configure-sso-saml/).

View File

@@ -7,6 +7,7 @@ popular: false
hidden: true
tags: [sso, saml, pingfederate]
order:
description: "This article contains instructions for configuring Bitwarden Login with SSO for PingFederate SAML 2.0 implementations."
---
This article contains sample configurations for Bitwarden **Login with SSO** (SAML 2.0) implementations with PingFederate.

View File

@@ -9,6 +9,7 @@ order: "04"
redirect_from:
- /article/link-to-sso/
- /article/sso-access-your-vault/
description: "This article explains how to get started using Login with SSO as a Bitwarden password manager end-user."
---
As an end-user of Bitwarden, you will need to [link your account to SSO](#link-your-account-to-sso) and get your [Organization identifier](#get-your-organization-identifier) before you can [login using SSO](#login-using-sso):

View File

@@ -6,6 +6,7 @@ order: "10"
featured: false
popular: false
tags: [android, autofill, auto-fill]
description: "Learn how to troubleshoot autofill using the Bitwarden password manager for Android devices."
---
Depending on the version of Android your device is running, there are a few different ways to enable auto-fill from Bitwarden:

View File

@@ -21,4 +21,4 @@ Organization Vault |The protected area for every user (also called a “member
Personal Vault |The protected area for every user, regardless of their Bitwarden plan, that stores unlimited Logins, Notes, Cards, and Identities. Users can access their Bitwarden Personal Vaults on any device and platform. |
Individual Vault |The Individual Vault has all the functionalities and benefits of the Personal Vault. It refers to the user Vault that is connected to an Organization Vault, which allows a user to securely share data between friends, family, co-workers, a department, or an entire company. |
Single Sign On (SSO) |A session and user authentication service that permits a user to use one set of login credentials when accessing multiple applications and websites. Bitwarden Login with SSO decouples user authentication from Vault decryption and leverages your existing Identity Provider (IdP) to authenticate users into their Bitwarden Vault, and using Master Passwords for decryption of Vault data. |
Master Password *(Main password, account password, vault password)* |The primary method (or key) for accessing a Vault. With this, a user authorizes Bitwarden to conduct a function such as store, retrieve, or fill in passwords for you. Bitwarden encourages users to establish one that is both memorable and strong. <br> *In mid 2021, Bitwarden introduced Admin Password Reset, which enables users and organizations to implement a new policy that allows Administrators and Owners to reset passwords.* |
Master Password *(Main password, account password, vault password)* |The primary method (or key) for accessing a Vault. With this, a user authorizes Bitwarden to conduct a function such as store, retrieve, or fill in passwords for you. Bitwarden encourages users to establish one that is both memorable and strong. <br> *In mid 2021, Bitwarden introduced Admin Password Reset, which enables users and organizations to implement a new policy that allows Administrators and Owners to reset passwords.* |

Some files were not shown because too many files have changed in this diff Show More