1
0
mirror of https://github.com/bitwarden/help synced 2025-12-31 15:43:55 +00:00

Q1 Release (#356)

* q1 release additions & extras

* saml samples addition

* safari app extension note

* invitation validity
This commit is contained in:
fred_the_tech_writer
2021-01-19 10:43:58 -05:00
committed by GitHub
parent 71a0a9591c
commit 1b8c9e53f7
33 changed files with 412 additions and 55 deletions

View File

@@ -59,3 +59,33 @@ If you do not see the option to enable Windows Hello within the Desktop preferen
Once Biometric Unlock is enabled, a new button will be presented on the Unlock screen. Selecting this button (for example, **Unlock with Windows Hello**) will initiate unlock. You may at any time choose to unlock your Vault with your Master Password instead.
{% image /biometrics/hello-unlock.png Unlock with Windows Hello %}
## Browser Extensions
Biometric Unlock is supported for **Firefox** and **Chromium-based** (i.e. Chrome, Edge) Bitwarden Browser Extensions by integration with a native Bitwarden Desktop App. Through the Desktop App's access to Biometric APIs, Browser Extensions support Biometric Unlock:
- For **Windows**, via [Windows Hello](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello){:target="\_blank"} using PIN, Facial Recognition, or [other hardware that meets Windows Hello biometric requirements](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello-biometric-requirements){:target="\_blank"}.
- For **macOS**, via [Touch ID](https://support.apple.com/en-us/HT207054){:target="\_blank"}.
{% callout info %}
The Bitwarden Desktop Application must be installed, logged in, and running in order to use Biometric Unlock in a Browser Extension. Additionally, you will need to [enable Biometric Unlock in the desktop app](#enable-biometric-unlock-in-desktop) before proceeding.
{% endcallout %}
### Enable Biometric Unlock for Browser Extensions
Complete the following steps to enable Biometric Unlock in your Browser Extension:
1. In the Desktop App, navigate to **Settings** (on Windows, **File** → **Settings**) (on macOS, **Bitwarden** → **Preferences**).
2. Check the **Enable Browser Integration** checkbox.
3. In the Browser Extension, open the **Settings** tab.
4. Check the **Unlock with biometrics** checkbox.
To validate a secure channel, a `Desktop sync verification` dialog box will appear in your Browser Extension and a `Verify browser connection` dialog box will appear in your Desktop Application.
5. Validate that the displayed [account fingerprint]({% link _articles/features/fingerprint-phrase.md %}) matches in both locations. If they match, select the **Approve** button and input your Biometric authentication method.
You will be required to re-validate each time either the Desktop App or Browser Extension is restarted.
Once Biometric Unlock is enabled, a new button will be presented on the Unlock screen. Selecting the **Unlock biometrics** button will initiate unlock via the Desktop App.
{% callout warning %}
If you attempt to use Biometric Unlock when the Desktop App is closed, you will be prompted to open the Desktop App and redo the fingerprint validation handshake described in this section.
{% endcallout %}

View File

@@ -8,14 +8,14 @@ tags: [export, accounts, csv]
order: 06
---
Bitwarden allows you to export your personal Vault data from any client application, or an Organization Vault from the Web Vault or CLI.
Bitwarden allows you to export your personal Vault data from any client application, or 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]({% link _articles/importing/encrypted-export.md %}).
Exports can be downloaded as `.json` or `.csv` files, however Bitwarden recommends using `.json` for a more complete option for standard backup procedures as `.csv` exports will not export Cards or Identities. For information on the format of Bitwarden `.csv` and `.json` exports, see [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
Bitwarden recommends using `.json` for a more complete option for standard backup procedures as `.csv` exports will not export Cards or Identities. For information on the format of Bitwarden `.csv` and `.json` exports, see [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
Vault Exports currently do not include file attachments.
Vault Exports **will not include** File Attachments or Items in the Trash.
{% callout warning %}
Vault Exports contain your data in an **unencrypted** format. Do not store or send the exported file over insecure channels, like email. You should delete Vault Exports immediately after you are done using them.
Unless you're using an [Encrypted Export]({% link _articles/importing/encrypted-export.md %}), do not store or send the exported file over insecure channels, like email, and delete the file immediately after use.
{% endcallout %}
## Export a Personal Vault
@@ -27,7 +27,7 @@ Export your Personal Vault data from any client application:
1. Select **Tools** from the top navigation bar.
3. Select **Export Vault** from the left-hand Tools menu.
4. On the Export Vault page:
- Select a **File Format** (`.json` or `.csv`).
- Select a **File Format** (`.json`, `.csv`, or `.json (Encrypted)`).
- Enter your **Master Password**.
5. Select the **Export Vault** button to download your Vault Export. You will be prompted to specify a location for download.
@@ -36,7 +36,7 @@ Export your Personal Vault data from any client application:
1. Tap the **Settings** tab.
2. Scroll down to the **Tools** section, and tap **Export Vault**.
3. On the Export Vault page:
- Select a **File Format** (`.json` or `.csv`).
- Select a **File Format** (`.json`, `.csv`, or `.json (Encrypted)`).
- Enter your **Master Password**.
4. Select the **Export Vault** button to download your Vault Export. You will be prompted to specify a location for download.
@@ -45,7 +45,7 @@ Export your Personal Vault data from any client application:
1. Open the **Settings** tab.
2. Scroll down to the **Tools** section, and select **Export Vault**.
4. On the Export Vault page:
- Select a **File Format** (`.json` or `.csv`).
- Select a **File Format** (`.json`, `.csv`, or `.json (Encrypted)`).
- Enter your **Master Password**.
5. Select the **Export Vault** button to download your Vault Export. You will be prompted to specify a location for download.
@@ -53,7 +53,7 @@ Export your Personal Vault data from any client application:
1. Navigate to **File** → **Export Vault**.
2. In the Export Vault window:
- Select a **File Format** (`.json` or `.csv`).
- Select a **File Format** (`.json`, `.csv`, or `.json (Encrypted)`).
- Enter your **Master Password**.
3. Select the **Submit** button to download your Vault Export. You will be prompted to specify a location for download.
@@ -63,7 +63,7 @@ Use the `bw export` command to export your Vault data. By default, `bw export` w
You may pass the following options with the `bw export` command:
- `--output <filePath>` to specify a saving location of your choice.
- `--format <format>` to specify the file format as `csv` (*default*) or `json`.
- `--format <format>` to specify the file format as `csv` (*default*), `json`, or `encrypted_json`.
## Export an Organization Vault
@@ -76,7 +76,7 @@ Admins and Owners may export their Organization Vault from the Web Vault or CLI:
{% image organizations/org-export.png Export Organization Vault %}
2. Select **Export Vault** from the left-hand Tools menu.
4. On the Export Vault page:
- Select a **File Format** (`.json` or `.csv`).
- Select a **File Format** (`.json`, `.csv`, or `.json (Encrypted)`).
- Enter your **Master Password**.
5. Select the **Export Vault** button to download your Vault Export. You will be prompted to specify a location for download.
@@ -90,4 +90,4 @@ Retrieve your `<orgId>` value using the command: `bw list organizations`.
By default, `bw export` will create a `.csv` export in the current working directory, however you may pass the following options with the command:
- `--output <filePath>` to specify a saving location of your choice.
- `--format <format>` to specify the file format as `csv` (*default*) or `json`.
- `--format <format>` to specify the file format as `csv` (*default*), `json`, or `encrypted_json`.

View File

@@ -1,20 +1,28 @@
---
layout: article
title: Installing the Bitwarden Safari App Extension
title: Bitwarden Safari App Extension
categories: [features]
featured: false
popular: false
tags: [browser, safari]
---
The new Safari App Extension is now packaged with the Bitwarden Desktop App. This is the recommended development path from Apple for Safari App Extensions.
## Get the Extension
Bitwarden's Safari App Extension is packaged with the Bitwarden Desktop App available on the App Store, as recommended by from Apple regarding Safari App Extensions.
Download the Bitwarden Safari App Extension (within the Bitwarden Desktop App)
[https://vault.bitwarden.com/download/?app=desktop&platform=macos](https://vault.bitwarden.com/download/?app=desktop&platform=macos)
{% callout warning %}
Due to changes by Apple, Safari now limits Safari App Extension use to only those obtained through Mac App Store downloads. As of Q1 2021, users will not be able to use a Bitwarden Safari App Extension obtained through a `.dmg` installation from [bitwarden.com/download](https://bitwarden.com/download){:target="\_blank"} or any other non-App Store source.
You can also use the App Store version of the Bitwarden Desktop App.
Be sure to run the desktop application once. If the extension still does not appear, it may just need to be enabled. In Safari, check under Preferences > Extensions.
To read community conversation on the topic, refer to the following Apple Developer Forum threads ([Thread #1](https://developer.apple.com/forums/thread/659029){:target="\_blank"}, [Thread #2](https://developer.apple.com/forums/thread/667859){:target="\_blank"}).
{% endcallout %}
For developer detail on Safari App Extensions, click [here](https://developer.apple.com/documentation/safariservices/safari_app_extensions).
## Enable the Extension
Before enabling the Safari App Extension, run the Desktop Application at least one. In Safari:
1. Open the **Preferences** window.
2. Navigate to the **Extensions** page.
3. Check the **Bitwarden** checkbox, and select **Turn on** in the confirmation dialog.