diff --git a/_articles/login-with-sso/using-sso.md b/_articles/login-with-sso/using-sso.md index 2bd9bab6..8211b5f0 100644 --- a/_articles/login-with-sso/using-sso.md +++ b/_articles/login-with-sso/using-sso.md @@ -28,16 +28,16 @@ The steps required to login using SSO will be slightly different depending on wh
-
-{% capture cert_content %} +
+{% capture mp_content %} ### Login with SSO & Master Password To login using SSO and your Master Password: @@ -61,22 +61,22 @@ Your Master Password is the source of that decryption key. Even though you're au {% endcallout %} {% endcapture %} -{{ cert_content | markdownify }} +{{ mp_content | markdownify }}
-
-{% capture key_content %} +
+{% capture kc_content %} ### Login with SSO & Key Connector To login using SSO and Key Connector: -1. Open your Bitwarden Web Vault and select the **Enterprise Single Sign-On**: +1. Open your Bitwarden Web Vault and select the **Enterprise Single Sign-On** button: {% image sso/sso-button-lg.png Enterprise Single Sign-On button %} 2. Enter your **Organization Identifier** and select **Log In**: {% image sso/org-id-input.png Organization Identifier field %} - {% callout success %}We recommend bookmarking this page with your Organization Identifier includes 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-UD`.{% endcallout %} + {% callout success %}We recommend bookmarking this page with your Organization Identifier includes 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`.{% endcallout %} 3. Depending on your account status, you might be required to enter or create a Master Password the first time you login with SSO and Key Connector. If you do, the following dialog should prompt you to remove your Master Password: {% image sso/keyconnector/remove-mpw.png Remove Master Password %} @@ -85,9 +85,8 @@ To login using SSO and Key Connector: Once you're removed your Master Password, or if this isn't your first time logging in using SSO and Key Connector, you'll be logged in to your Vault with no further steps required! - {% endcapture %} -{{ key_content | markdownify }} +{{ kc_content | markdownify }}