From d6e5009bf4d8d3222ec9214937c4b4c923f2a92d Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com> Date: Tue, 3 Nov 2020 14:00:59 -0500 Subject: [PATCH] Sso queryparms (#261) * Document passing sso org-id as query parm. * Typo fix * Edit --- _articles/faqs/sso-faqs.md | 7 +++++++ _articles/login-with-sso/sso-access-your-vault.md | 3 +++ 2 files changed, 10 insertions(+) diff --git a/_articles/faqs/sso-faqs.md b/_articles/faqs/sso-faqs.md index 211e09a9..143f98d1 100644 --- a/_articles/faqs/sso-faqs.md +++ b/_articles/faqs/sso-faqs.md @@ -41,6 +41,13 @@ Or, for more high-level information about **Login with SSO**, refer to the follo **A:** If you manage your Bitwarden Group and Collection assignments directly within Bitwarden, there is no need to leverage the Directory Connector. However, if you would like to have Groups and users automatically synchronized with your organizations directory, we recommend using Login with SSO in conjunction with Directory Connector for the most complete solution. +### Q: Do I need to enter my Organization Identifier every time I login? + + **A:** Nope! Bookmarking the **Enterprise Single Sign-On** page with your Organization Identifier included as a query string will save you the trouble of entering it each time. For example: + + - `https://vault.bitwarden.com/#/sso?identifier=your-org-id` for Cloud-hosted instances + - `https://your.domain.com/#/sso?identifier=your-org-id` for Self-hosted instances + ## Security ### Q: How does Login with SSO work with the zero-knowledge model? diff --git a/_articles/login-with-sso/sso-access-your-vault.md b/_articles/login-with-sso/sso-access-your-vault.md index 1a157e7a..c6578c83 100644 --- a/_articles/login-with-sso/sso-access-your-vault.md +++ b/_articles/login-with-sso/sso-access-your-vault.md @@ -22,6 +22,9 @@ Complete the following steps to use Login with SSO to authenticate into your Bit 3. Enter your **Organization Identifier** and select **Log In**. + {% note %}We recommend bookmarking this page with your Organization Identifier included as a query string so that you don't have to enter it each time, for example `https://vault.bitwarden.com/#/sso?identifier=your-org-id` or `https://your.domain.com/#/sso?identifier=your-org-id`. + {% endnote %} + {% image /sso/org-id-input.png Organization Identifier field %} A browser window will open prompting you to enter your SSO credentials or other required authentication mechanisms.