> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/settings/organization-settings/security.md).

# セキュリティ

本記事では、Autify Genesis の組織レベルの **セキュリティ** 設定について説明します。組織で使用可能なログイン方法の制限、および組織全体への二要素認証の強制を管理できます。

<figure><img src="/files/oPqLHWRmSdfkWA8pTS2u" alt="セキュリティページのスクリーンショット"><figcaption><p>セキュリティページ</p></figcaption></figure>

## 前提条件

* セキュリティ設定の変更は、組織の **管理者** または **オーナー** ロールが必要です。

## 組織で二要素認証を必須にする

組織のすべてのメンバーに認証アプリの登録を求めることで、アカウントの乗っ取りリスクを下げます。

1. 画面左下のアカウントメニューから **設定** を開き、左サイドバーの **組織** > **セキュリティ** をクリックします。
2. **二要素認証の強制** カードの **二要素認証を必須にする** スイッチをオンにします。
3. 表示されたダイアログで **猶予期間（日数）** を入力します（0〜90 日）。0 にすると即座にブロックされます。

   <figure><img src="/files/oOQmrXwLRo3BZse2iOnK" alt="二要素認証の強制ダイアログのスクリーンショット"><figcaption><p>二要素認証の強制ダイアログ</p></figcaption></figure>
4. **強制を有効化** をクリックします。

{% hint style="warning" %}
猶予期間中は、未登録のメンバーに登録を促すバナーが表示されます。猶予期間が終了すると、二要素認証を登録していないメンバーは組織からブロックされます。
{% endhint %}

メンバー個人による二要素認証の有効化手順は、 [個人設定](/features-ja/settings/personal-settings.md) を参照してください。

### 二要素認証の強制を無効化する

1. **セキュリティ** ページを開きます。
2. **二要素認証を必須にする** スイッチをオフにします。

## 組織で使用できるログイン方法を制限する

組織が許可する認証プロバイダーを限定できます。すべての方法を有効にすると制限なしとなります。

1. **セキュリティ** ページを開きます。
2. **ログイン方法の強制** カードで、許可する方式のスイッチをオンにします。

   | 方式                  | 説明                                                                                                       |
   | ------------------- | -------------------------------------------------------------------------------------------------------- |
   | **メールアドレスとパスワード**   | Genesis に直接登録した認証情報でサインイン                                                                                |
   | **Google**          | Google アカウントでサインイン                                                                                       |
   | **シングルサインオン (SSO)** | 登録済みの SSO プロバイダー（OIDC / SAML）でサインイン。 [シングルサインオン](/features-ja/settings/organization-settings/sso.md) で設定 |

   有効な方式が 1 つしかない場合、その方式はオフにできません。

{% hint style="warning" %}
1 つでも方式を無効にすると警告バナーが表示されます。有効な方法のいずれかでサインインできないメンバーは、組織へのアクセスがブロックされます。事前にメンバーが代替方式で確実にサインインできることを確認してから制限してください。
{% endhint %}

## 参考情報

* [シングルサインオン](/features-ja/settings/organization-settings/sso.md)
* [個人設定](/features-ja/settings/personal-settings.md)


---

# 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.genesis.autify.com/features-ja/settings/organization-settings/security.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.
