diff --git a/_articles/login-with-sso/configure-sso-saml.md b/_articles/login-with-sso/configure-sso-saml.md index 39f58b1b..08716af6 100644 --- a/_articles/login-with-sso/configure-sso-saml.md +++ b/_articles/login-with-sso/configure-sso-saml.md @@ -29,9 +29,9 @@ tags: [sso, saml, oidc, openid, saml2.0, idp, identity] Bitwarden Login with SSO endpoint (automatically generated from the Bitwarden instance URL) {https://bitwarden.yourdomain.com/}/sso/saml/ -The SP ACS URL will be your Entity ID followed by `/acs` +The SP ACS URL will be your Entity ID followed by `/Acs` -For example: `https://bitwarden.yourdomain.com/sso/saml/acs` +For example: `https://bitwarden.yourdomain.com/sso/saml/Acs` ### Name ID Format diff --git a/_articles/security/why-should-i-trust-bitwarden.md b/_articles/security/why-should-i-trust-bitwarden.md index f9bfbd71..f9a01a04 100644 --- a/_articles/security/why-should-i-trust-bitwarden.md +++ b/_articles/security/why-should-i-trust-bitwarden.md @@ -7,7 +7,7 @@ popular: true tags: [] --- -1. Bitwarden is 100% open source software. All of our source code is hosted on [GitHub](https://github.com/bitwarden){:target="_blank"} and is free for anyone to review. Thousands of software developers follow Bitwarden's source code projects (and you can too!). +1. Bitwarden is open source software. All of our source code is hosted on [GitHub](https://github.com/bitwarden){:target="_blank"} and is free for anyone to review. Thousands of software developers follow Bitwarden's source code projects (and you can too!). 2. Bitwarden [is audited]({% link _articles/security/is-bitwarden-audited.md %}) by reputable third-party security auditing firms as well as independent security researchers. 3. Bitwarden does not store your passwords. Bitwarden stores encrypted versions of your passwords [that only you can unlock]({% link _articles/security/can-bitwarden-see-my-passwords.md %}). Your sensitive information is encrypted locally on your personal device before ever being sent to our cloud servers.