> 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/ja/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/ja/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/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 左側の *一般* セクションで、次を選択します [**アカウントユーザー認証**](https://app.impact.com/secure/advertiser/accountSettings/account-security-settings-flow.ihtml).
3. その *ユーザー登録方法* セクションで、ユーザーがあなたのアカウントに参加するときにサインアップに使用する希望の方法を選択します。

{% tabs %}
{% tab title="シングルサインオン（SSO）" %}

1. 選択 ![](/files/cee708af81ce6ea11e1b8e19926313a76dcf097e) **\[チェックボックス]** **シングルサインオン（SSO）**.
2. 1つまたは複数のサインアップ方法を選択してください：
   * Apple
   * Google
     {% endtab %}

{% tab title="SAML" %}
参照してください [SAMLシングルサインオンを有効にする](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/enable-saml-single-sign-on.md) この方法の使用方法の詳細については、

1. 選択 ![](/files/cee708af81ce6ea11e1b8e19926313a76dcf097e) **\[チェックボックス]** **SAML**.
2. を選択します ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]**&#x305D;の後、希望するオプションを選択してください：
   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/ja/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.
