> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/106-logging-in-with-group-single-sign-on.md).

# 使用 Group 单点登录登录

本页面适用于 Overleaf Group Professional 订阅的成员，您的组管理员已启用单点登录作为登录选项。此页面说明如何将您的 Overleaf 账户与您的组单点登录身份关联，并使用它登录您的 Overleaf 账户。

## 将您的 Overleaf 账户与 SSO 身份关联

如果您是已启用单点登录的某个组（Group Professional 方案）的成员，您将收到一封电子邮件，邀请您为您的 Overleaf 账户设置 SSO。

![为 Overleaf 设置 SSO](/files/b33dd1136c3fc3573eefa32cf689b2d91288672b)

点击您收到的电子邮件中的按钮将开始关联流程。如果您在使用该按钮时遇到问题，可以将电子邮件中的 URL 粘贴到浏览器的地址栏中。

按照系统向您显示的步骤操作后，您将进入身份提供方的登录页面。首次登录后，您就可以使用 SSO 登录。

## 登录到您的 Overleaf 账户

一旦您已将 Overleaf 账户与单点登录身份关联，就可以使用单点登录登录到您的 Overleaf 账户。

前往 Overleaf SSO 登录页面并输入您的电子邮件地址。这将把您重定向到您所在组的单点登录页面。成功验证后，您将被带到您的 Overleaf 项目主页。

![显示 Overleaf SSO 登录页面的图片](/files/d46a8e539674114e04f9bdbfed1e12cbe9452500)

## 取消关联组 SSO

您的管理员可能会暂时关闭 SSO。这将使您无法使用 SSO 登录，并且在某些情况下，您可能需要重新将 Overleaf 账户与您的 SSO 身份关联，才能再次使用 SSO 登录。

## 故障排除

### 用户不在授权组中，或类似错误

如果您看到与授权或访问 Overleaf 相关的错误，可能是您的 SSO 身份尚未被授予访问 Overleaf 的权限。这是一个可以由您的 IT 服务团队或在您的身份提供方中拥有 Overleaf 应用访问权限的人员解决的问题。

### 服务器错误

如果您看到 Overleaf 错误页面，可能是您的 SSO 身份缺少某些数据，而这些数据是您组管理员所设置配置所要求的。请将此问题报告给您的组管理员，并 [Overleaf 支持](https://www.overleaf.com/contact).

### 未收到 SSO 设置电子邮件

来自 Overleaf 的电子邮件通知发件人是 `welcome@overleaf.com`。有时这些电子邮件可能会被发送到您的垃圾邮件或促销邮件文件夹，而不是收件箱。如果您找不到来自 Overleaf 的通知，请检查垃圾邮件及其他文件夹，并确保您没有将这些邮件标记为垃圾邮件或不需要的邮件。如果您在可以访问的文件夹中找不到这些消息，请与您的 IT 服务团队联系，确保您的收件箱可以接收来自以下地址的所有消息： `welcome@overleaf.com`。如果您仍然在接收这些电子邮件方面遇到问题，请 [联系我们](https://www.overleaf.com/contact).


---

# 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://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/106-logging-in-with-group-single-sign-on.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.
