> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/control-user-sign-up-methods.md).

# 控制用户注册方式

您可以设置用户如何注册加入您的账户，并定义用户注册的授权和身份验证方法。

{% hint style="success" %}
**注意**：仅具有 [账户安全设置权限](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) 的用户才能访问 *用户注册方式* 部分。
{% endhint %}

1. 在顶部导航栏中，选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户个人资料] → 设置**.
2. 在左侧，在 *常规* 部分下，选择 [**账户用户身份验证**](https://app.impact.com/secure/advertiser/accountSettings/account-security-settings-flow.ihtml).
3. 在 *用户注册方式* 部分中，选择您希望用户在加入您的账户时使用的首选注册方式。

{% tabs %}
{% tab title="单点登录（SSO）" %}

1. 选择 ![](/files/d4151d93ed2da7b33e79d07ae02bdd88dbd67390) **\[复选框]** **单点登录（SSO）**.
2. 选择一个或多个注册方式：
   * Apple
   * Google
     {% endtab %}

{% tab title="SAML" %}
请参阅 [启用 SAML 单点登录](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/enable-saml-single-sign-on.md) 以了解有关使用此方法的更多信息。

1. 选择 ![](/files/d4151d93ed2da7b33e79d07ae02bdd88dbd67390) **\[复选框]** **SAML**.
2. 选择 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]**，然后选择您偏好的选项：
   1. Impact
   2. AD FS
   3. Microsoft Entra ID
   4. Okta
   5. Onelogin

{% hint style="warning" %}
**重要**：使用 *SAML* 方式加入您账户的用户无法改回 *用户名和密码* 方式。
{% endhint %}
{% endtab %}
{% endtabs %}

4. 选择 **保存**.


---

# 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.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/control-user-sign-up-methods.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.
