From 55b43f326896e1c66b0813eaf421ee4738279020 Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:22:07 -0400 Subject: [PATCH] new faq for import and OIDC field (#216) --- _articles/faqs/product-faqs.md | 9 +++++++++ _articles/login-with-sso/configure-sso-oidc.md | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/_articles/faqs/product-faqs.md b/_articles/faqs/product-faqs.md index 9892b4e7..23c35a35 100644 --- a/_articles/faqs/product-faqs.md +++ b/_articles/faqs/product-faqs.md @@ -48,6 +48,7 @@ tags: [] - [**Q: How do I use the web browser extension?**](#q-how-do-i-use-the-web-browser-extension) - [**Q: How do I add attachments?**](#q-how-do-i-add-attachments) - [**Q: I am asked for my master password even though I have PIN unlock enabled on iOS / Android**](#q-i-am-asked-for-my-master-password-even-though-i-have-pin-unlock-enabled-on-iosandroid--) +- [**Q: How can I import items directly into collections?**](#q-how-can-i-import-items-directly-to-collections) ### **Q: How do I change a collection via the CLI?** @@ -327,3 +328,11 @@ To reset this: - Disable PIN Unlock - Enable PIN Unlock - Select ‘No’ when prompted about using the Master Password after application restart. + +### Q: How can I import items directly to collections? + +**A:** To import items directly to collections, you'll want to format your import into a Bitwarden CSV and provide the collection names you'd like to import to. You can read more about the Bitwarden CSV import here: https://bitwarden.com/help/article/import-data/#generic-csv-format-organization-account + +{%note%} +Each import will create new records. To prevent duplicates while organizing your data, you will want to use the `Purge Vault` option to clear any existing data before importing it again. The option can be found by logging into the Web Vault (https://vault.bitwarden.com/) and going to Settings > Organizations > {YOUR ORG NAME} > Settings sub-tab (Gears Icon) > My Organization > Danger Zone > Purge Vault. +{%endnote%} diff --git a/_articles/login-with-sso/configure-sso-oidc.md b/_articles/login-with-sso/configure-sso-oidc.md index e3367b13..246f1733 100644 --- a/_articles/login-with-sso/configure-sso-oidc.md +++ b/_articles/login-with-sso/configure-sso-oidc.md @@ -35,6 +35,16 @@ In conjunction with your Client ID for authentication against your Identity Prov Provides Identity Provider information back to Bitwarden. This is required if the Authority is not a valid URL. +### OIDC Redirect Behavior + +Options: +- Form POST (***default***) +- Redirect GET + +{%note%} +You may need to specify this if you are experiencing errors stating that URL or Query String is `too long` +{%endnote%} + ### Other OIDC Options - Get Claims From User Info Endpoint (*Boolean*) - Check this value if you start receiving URL too long errors (HTTP 414), truncated URLs, and/or failures during SSO.