> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/docs/account/log-in-and-unlock/using-single-sign-on/link-sso.md).

# 链接 SSO

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/link-sso/)
{% endhint %}

通常情况下，只有在您使用已有的 Bitwarden 账户加入组织时，或组织未强制要求使用 SSO 时，才需要链接 SSO。要链接到 SSO：

1、打开网页 App，点击您的组织旁的 **≡选项**菜单。

2、从下拉菜单中，选择 **🔗链接 SSO**。

<div data-with-frame="true"><figure><img src="https://bitwarden.com/assets/cv0DGhcgyEbQEn4MvdJp5/fefb4158c09be8cf9804ed5579c2d7dc/Screenshot_2024-02-26_at_2.07.03_PM.png?w=1331&#x26;fm=avif" alt=""><figcaption><p>连接 SSO</p></figcaption></figure></div>

链接完成后，您即可以[使用 SSO 登录到账户](/docs/account/log-in-and-unlock/using-single-sign-on/using-login-with-sso.md)了。

{% hint style="info" %}
链接后，您可以从同一菜单**取消链接 SSO**。此功能主要适用于以下场景：您的身份提供程序 (IdP)（例如 Google、Azure) 或 Bitwarden 中的电子邮件地址发生更改，导致 SSO 失效时；或者 IdP 身份链接到了错误的 Bitwarden 账户时，需先断开现有链接才能建立正确的链接。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.ppgg.in/docs/account/log-in-and-unlock/using-single-sign-on/link-sso.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
