> 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) **\[ドロップダウンメニュー]**、次に希望するオプションを選択してください:
   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.
