mirror of
https://github.com/bitwarden/help
synced 2025-12-11 05:43:20 +00:00
Issue crunching (#481)
* fixes * azure ad error msg * tabs, please don't auto-scroll * improved article on sharing
This commit is contained in:
committed by
GitHub
parent
14ee3499b3
commit
7d070b4946
@@ -151,10 +151,12 @@ excludeadministrativeunit:not-bitwarden
|
||||
|
||||
## Test a Sync
|
||||
|
||||
To test whether Directory Connector will successfully connect to your directory and return the desired users and groups, navigate to the **Dashboard** tab and select the **Test Now** button. If successful, users and groups will be printed to the Directory Connector window according to specified [Sync Options](#configure-sync-options) and [Filters](#specify-sync-filters):
|
||||
To test whether Directory Connector will successfully connect to your directory and return the desired users and groups, navigate to the **Dashboard** tab and select the **Test Now** button. If successful, users and groups will be printed to the Directory Connector window according to specified [Sync Options](#configure-sync-options) and [Filters](#specify-sync-filters).
|
||||
|
||||
It may take up to 15 minutes for permissions for your application to properly propagate. In the meantime, you may receive `Insufficient privileges to complete the operation` errors.
|
||||
|
||||
{% callout info %}
|
||||
It may take up to 15 minutes for permissions for your application to properly propagate. In the meantime, you may receive `Insufficient privileges to complete the operation` errors.
|
||||
If you get the error message `Resource <user id> does not exist or one of its queried reference-property objects are not present`, you'll need to permanently delete or restore the user(s) with `<user id>`. **Please note**, this was fixed in a recent version of Directory Connector. Update your application if you're still experiencing this error.
|
||||
{% endcallout %}
|
||||
|
||||
{% image /directory-connector/okta/dc-okta-test.png Test sync results %}
|
||||
|
||||
@@ -11,7 +11,7 @@ You can use the Bitwarden iOS app to add new and auto-fill existing logins on th
|
||||
|
||||
### Enabling Auto-fill in Settings
|
||||
|
||||
1. Tap **{% icon fa-cog %} Settings** on your iOS device.
|
||||
1. Tap the iOS **{% icon fa-cog %} Settings** app on your device.
|
||||
2. Tap **Passwords**
|
||||
3. Tap **AutoFill Passwords**.
|
||||
4. Turn on Auto-fill.
|
||||
@@ -32,7 +32,7 @@ The Auto-fill Setting is now enabled.
|
||||
### Enabling App Extension in Settings
|
||||
|
||||
1. Open the Bitwarden iOS app.
|
||||
2. Tap the **{% icon fa-cog %} Settings** page.
|
||||
2. Tap the **{% icon fa-cogs %} Settings** page.
|
||||
3. Tap **App Extension**.
|
||||
4. Tap the **Enable App Extension** button.
|
||||
5. Locate **Bitwarden** from the list and enable it by tapping it.
|
||||
|
||||
@@ -23,13 +23,13 @@ Bitwarden's Desktop App is available for Windows, macOS, and Linux. For help get
|
||||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link active" id="wintab" data-bs-toggle="tab" href="#windows" role="tab" aria-controls="windows" aria-selected="true"><i class="fa fa-windows"></i> Windows</a>
|
||||
<a class="nav-link active" id="wintab" data-bs-toggle="tab" data-target="#windows" role="tab" aria-controls="windows" aria-selected="true"><i class="fa fa-windows"></i> Windows</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="mactab" data-bs-toggle="tab" href="#macos" role="tab" aria-controls="macos" aria-selected="false"><i class="fa fa-apple"></i> macOS</a>
|
||||
<a class="nav-link" id="mactab" data-bs-toggle="tab" data-target="#macos" role="tab" aria-controls="macos" aria-selected="false"><i class="fa fa-apple"></i> macOS</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="lintab" data-bs-toggle="tab" href="#linux" role="tab" aria-controls="linux" aria-selected="false"><i class="fa fa-linux"></i> Linux</a>
|
||||
<a class="nav-link" id="lintab" data-bs-toggle="tab" data-target="#linux" role="tab" aria-controls="linux" aria-selected="false"><i class="fa fa-linux"></i> Linux</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content" id="clientsContent">
|
||||
|
||||
@@ -20,10 +20,10 @@ Bitwarden's Mobile App is available for iOS and Android. For help getting starte
|
||||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link active" id="andtab" data-bs-toggle="tab" href="#android" role="tab" aria-controls="android" aria-selected="true"><i class="fa fa-android"></i> Android</a>
|
||||
<a class="nav-link active" id="andtab" data-bs-toggle="tab" data-target="#android" role="tab" aria-controls="android" aria-selected="true"><i class="fa fa-android"></i> Android</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="iostab" data-bs-toggle="tab" href="#ios" role="tab" aria-controls="ios" aria-selected="false"><i class="fa fa-apple"></i> iOS</a>
|
||||
<a class="nav-link" id="iostab" data-bs-toggle="tab" data-target="#ios" role="tab" aria-controls="ios" aria-selected="false"><i class="fa fa-apple"></i> iOS</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -122,20 +122,20 @@ This error occurs when the Lastpass export contains 3 or more `grouping` values.
|
||||
|
||||
```
|
||||
url,username,password,totp,extra,name,grouping,fav
|
||||
https://www.facebook.com/login.php,login,password,,,Facebook,Social,0
|
||||
https://twitter.com/login,login,password,,,Twitter,Social,0
|
||||
https://www.facebook.com/login.php,username,password,,,Facebook,Social,0
|
||||
https://twitter.com/login,username,password,,,Twitter,Social,0
|
||||
https://asana.com/,login,password,,,Asana,Productivity Tools,0
|
||||
https://github.com/login,login,password,,,Github,Productivity Tools,0
|
||||
https://www.paypal.com/login,login,password,,,Paypal,Finance,0
|
||||
https://www.bankofamerica.com/,login,password,,,Bankofamerica,Finance,0
|
||||
https://github.com/login,username,password,,,Github,Productivity Tools,0
|
||||
https://www.paypal.com/login,username,password,,,Paypal,Finance,0
|
||||
https://www.bankofamerica.com/,username,password,,,Bankofamerica,Finance,0
|
||||
```
|
||||
|
||||
**To solve this issue**, delete the `grouping` column and the `grouping` datum for each item, including the trailing comma, for example edit:
|
||||
|
||||
```
|
||||
https://github.com/login,login,password,,,Github,Productivity Tools,0
|
||||
https://github.com/login,username,password,,,Github,Productivity Tools,0
|
||||
```
|
||||
down to:
|
||||
```
|
||||
https://github.com/login,login,password,,,Github,0
|
||||
https://github.com/login,username,password,,,Github,0
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: article
|
||||
title: Share Items to a Collection
|
||||
title: Share a Vault Item
|
||||
categories: [organizations]
|
||||
featured: false
|
||||
popular: false
|
||||
@@ -9,66 +9,82 @@ tags: [sharing, how to]
|
||||
order: 07
|
||||
---
|
||||
|
||||
Collections are structures used by Organizations to gather together Logins, Notes, Cards, and Identities for sharing. There are a few different ways you can share an item to a Collection:
|
||||
|
||||
## Share Existing Items From Your Personal Vault
|
||||
|
||||
All users can share items to an assigned Collection from their personal Vault, unless given **Read Only** access to that Collection. For more information, see [User Types and Access Control](https://bitwarden.com/help/article/user-types-access-control/).
|
||||
|
||||
{% image /organizations/share-from-vault-overlay.png %}
|
||||
|
||||
Complete the following steps to share an item from your personal Vault:
|
||||
|
||||
1. Hover over the item you want to share and select the gear dropdown.
|
||||
2. From the gear dropdown, select the **Share** option.
|
||||
3. On the **Share** screen, select the Organization you want to share this item with.
|
||||
4. Check the checkboxes of each Collection you want to share this item in. You must select *at least* one Collection.
|
||||
|
||||
Users cannot share to Collections for which they are given **Read Only** access.
|
||||
5. Click **Save** to finishing sharing this item.
|
||||
|
||||
Shared items will have a **Shared** icon next to the item name:
|
||||
|
||||
{% image /organizations/collection-shared-item.png Shared Item icon %}
|
||||
|
||||
{% callout info %}
|
||||
Sharing an item with an Organization will transfer ownership to the Organization. This means that anyone with permission can alter the item or delete it, thereby removing it from your Vault.
|
||||
In order to share items you need to be a member of an Organization. Learn more about [Organizations]({% link _articles/organizations/about-organizations.md %}) or learn how to [start your own two-person Organization]({% link _articles/organizations/create-an-organization.md %}).
|
||||
{% endcallout %}
|
||||
|
||||
## Create a New Shared Item For Your Organization
|
||||
Sharing items with Bitwarden means putting them into a Collection, a structure used to gather together together Logins, Notes, Cards, and Identities for access by multiple users. There are a few different ways you can share an item to a Collection:
|
||||
|
||||
All users can create shared items for an assigned Collection, unless given **Read Only** access to that Collection. For more information, see [User Types and Access Control](https://bitwarden.com/help/article/user-types-access-control/).
|
||||
## Share an Existing Item
|
||||
|
||||
You can create a shared item from either your Personal Vault, or from the Organization view:
|
||||
Organization members can share items to any assigned Collection(s) unless they're given [**Read Only** access]({% link _articles/organizations/user-types-access-control.md %}) to that Collection. Items can only be shared **from the Web Vault**. To share an existing item:
|
||||
|
||||
### From Your Personal Vault
|
||||
1. Hover over the item you want to share and select the {% icon fa-cog %} gear dropdown:
|
||||
|
||||
Complete the following steps to create a shared item from your personal Vault:
|
||||
{% image /organizations/share-from-vault-overlay.png Select the gear dropdown %}
|
||||
|
||||
1. Select the **Add Item** button.
|
||||
2. Fill in all relevant fields for the shared item.
|
||||
3. In the **Ownership** section at the bottom of the panel, select the Organization you want to share this item with.
|
||||
4. Check the checkboxes of each Collection you want to share this item in. You must select *at least* one Collection.
|
||||
2. From the dropdown, select the {% icon fa-share-alt %} **Share** option.
|
||||
3. On the **Share** screen:
|
||||
|
||||
Users cannot create shared items for Collections for which they are given **Read Only** access.
|
||||
5. Click **Save** to finishing creating the shared item.
|
||||
- Choose the **Organization** to share this item with.
|
||||
- Select one or more **Collections** to share this item into. You must select *at least* one Collection.
|
||||
|
||||
Shared items will have a **Shared** icon next to the item name:
|
||||
5. Click **Save** to finishing sharing this item.
|
||||
|
||||
Sharing an item **will transfer ownership to the Organization**. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-share-alt %} **Shared** icon next to its name:
|
||||
|
||||
{% image /organizations/collection-shared-item.png Shared Item icon %}
|
||||
|
||||
### From the Organization view
|
||||
## Create a Shared Item
|
||||
|
||||
Complete the following steps to create a shared item from your Organization view:
|
||||
Organization members can create new items directly for any assigned Collection(s) unless they're given [**Read Only** access](https://bitwarden.com/help/article/user-types-access-control/) to that Collection. Shared items can only be created **from the Web Vault**, either in your My Vault view or in the Organization view:
|
||||
|
||||
1. Open your Organization.
|
||||
2. Select the **Add Item** button.
|
||||
3. Fill in all relevant fields for the shared item.
|
||||
3. In the **Collections** section at the bottom of the panel, check the checkboxes of each collection you want to share this item with. You must select *at least* one Collection.
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link active" id="pertab" data-bs-toggle="tab" data-target="#personal" role="tab" aria-controls="pertab" aria-selected="true">My Vault View</a>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<a class="nav-link" id="orgtab" data-bs-toggle="tab" data-target="#organization" role="tab" aria-controls="orgtab" aria-selected="false">Organization View</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content" id="clientsContent">
|
||||
<div class="tab-pane show active" id="personal" role="tabpanel" aria-labelledby="pertab">
|
||||
{% capture personal %}
|
||||
|
||||
Users cannot create shared items for Collections for which they are given **Read Only** access.
|
||||
4. Click **Save** to finish creating the shared item.
|
||||
#### From the My Vault view
|
||||
|
||||
Shared items will have a **Shared** icon next to the item name:
|
||||
To create a new shared item:
|
||||
|
||||
1. On the {% icon fa-lock %} **My Vault** page, select the {% icon fa-plus %} **Add Item** button.
|
||||
2. Fill in all the relevant information for the new Vault item.
|
||||
3. In the **Ownership** section at the bottom of the Add Item panel, choose the Organization you want to share this item with.
|
||||
4. Select one or more **Collections** to share this item into. You must select *at least* one Collection.
|
||||
5. Select the **Save** button to finishing creating the shared item.
|
||||
|
||||
Creating a shared item **will set ownership to the Organization**. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-share-alt %} **Shared** icon next to its name:
|
||||
|
||||
{% image /organizations/collection-shared-item.png Shared Item icon %}
|
||||
|
||||
{% endcapture %}
|
||||
{{ personal | markdownify }}
|
||||
</div>
|
||||
<div class="tab-pane" id="organization" role="tabpanel" aria-labelledby="orgtab">
|
||||
{% capture organization %}
|
||||
|
||||
#### From the Organization view
|
||||
|
||||
To create a new shared item:
|
||||
|
||||
1. On your Organization's {% icon fa-lock %} **Vault** tab, select the {% icon fa-plus %} **Add Item** button.
|
||||
2. Fill in all the relevant information for the new Vault item.
|
||||
3. The Ownership of the item is automatically set to the Organization when you use this method, so all you need to do is select one or more **Collections** to share this item into. You must select *at least* one Collection.
|
||||
4. Select the **Save** button to finishing creating the shared item.
|
||||
|
||||
Creating a shared item or sharing an item **will set ownership to the Organization**. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-share-alt %} **Shared** icon next to its name:
|
||||
|
||||
{% image /organizations/collection-shared-item.png Shared Item icon %}
|
||||
|
||||
{% endcapture %}
|
||||
{{ organization | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -30,10 +30,14 @@ Upgrade your individual Bitwarden account to unlock premium password security an
|
||||
Premium does not include secure data sharing. In order to access sharing features, you will need a subscription to an Organization ([Free](#free-organizations), [Families](#families-organizations), [Teams](#teams-organizations), or [Enterprise](#enterprise-organizations)). Paid Organizations ([Families](#families-organizations), [Teams](#teams-organizations), or [Enterprise](#enterprise-organizations)) include premium features for all users enrolled in that Organization.
|
||||
{% endcallout %}
|
||||
|
||||
*Premium Individual subscriptions are billed annually.*
|
||||
|
||||
### Families Organizations
|
||||
|
||||
Start a Families Organization to share private data between you and 5 friends or family members. Families Organizations include all premium features for all 6 users and unlimited secure data sharing within the Families Organization.
|
||||
|
||||
*Families Organizations subscriptions are billed annually.*
|
||||
|
||||
### Compare the Plans
|
||||
|
||||
In the following table, "premium features" (included for **Premium Individual** and **Families Organizations**) are marked with an asterisk (*).
|
||||
@@ -68,13 +72,13 @@ Start a Free Organization to store and securely share data with one other user.
|
||||
|
||||
Start a Teams Organization to securely share data with your coworkers, department, or entire company. Teams Organizations include all premium features for all enrolled users, unlimited secure data sharing within the Teams Organization, and a suite of operational tools like Event Logging and an API for Organization Management.
|
||||
|
||||
Unlike Families Organizations and Free Organizations, Teams can have an unlimited number of users (*priced Per User Per Month*).
|
||||
Unlike Families Organizations and Free Organizations, Teams can have an unlimited number of users (priced Per User). Teams Organizations subscriptions can be billed annually or monthly (see [Compare the Plans](#compare-the-plans-1)).
|
||||
|
||||
### Enterprise Organizations
|
||||
|
||||
Start an Enterprise Organization to secure your business secrets. Enterprise Organizations include all premium features for for all enrolled users, all operational tools included in **Teams Organizations**, and enterprise-only tools like SSO Authentication, Enterprise Policy enforcement, and a Self-host option.
|
||||
|
||||
Unlike Families Organizations and Free Organizations, Enterprises can have an unlimited number of users (*priced Per User Per Month*).
|
||||
Unlike Families Organizations and Free Organizations, Enterprises can have an unlimited number of users (priced Per User). Enterprise Organizations subscriptions can be billed annually or monthly (see [Compare the Plans](#compare-the-plans-1)).
|
||||
|
||||
### Compare the Plans
|
||||
|
||||
|
||||
Reference in New Issue
Block a user