mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
Sso queryparms (#261)
* Document passing sso org-id as query parm. * Typo fix * Edit
This commit is contained in:
committed by
GitHub
parent
b87b8ea31b
commit
d6e5009bf4
@@ -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?
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user