> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/accountsetup/sekyuriti.md).

# セキュリティ設定

## 多要素認証

MFAでは、サインイン時に追加の確認ステップが加わります。有効化すると、組織内のすべてのメンバーは Beachside にアクセスするために認証アプリ（TOTP）の使用が必須になります。

### 組織で MFA を有効にする

MFA を有効にすると、組織内のすべてのメンバーに適用されます。未登録のメンバーは、次回ログイン時に MFA の設定が必要になります。

* 次回ログイン時に、全メンバーに登録を促すメッセージが表示されます。
* 登録が完了するまで、メンバーは Beachside にアクセスできません。
* 登録時には、リカバリーコード（一度だけ使えるバックアップコード）も発行されます。

{% hint style="info" %}
**MFA を有効にできるのは組織管理者のみです。**\
有効化する前に、MFA でのサインインを完了できるよう、認証アプリにアクセスできることを確認してください。自分自身が締め出されないようにするためです。
{% endhint %}

<figure><img src="/files/fd5062cf9e14820e2057518ee321e67ec2db401a" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **へ移動&#x20;**<kbd><mark style="color:$primary;">**チーム**<mark style="color:$primary;"></kbd>**&#x20;上部ナビゲーション内**

{% endstep %}

{% step %}

#### **へ移動&#x20;**<kbd><mark style="color:$primary;">**組織設定**<mark style="color:$primary;"></kbd>

左サイドバーのチーム一覧の下からアクセスできます。
{% endstep %}

{% step %}

#### **をクリック&#x20;**<kbd><mark style="color:$primary;">**MFA を有効にする**<mark style="color:$primary;"></kbd>

ボタンは右側にあります。クリックするとポップオーバーが開きます。
{% endstep %}

{% step %}

#### **をクリック&#x20;**<kbd><mark style="color:$primary;">**MFA を有効にする**<mark style="color:$primary;"></kbd>

組織内のすべてのユーザーに対して MFA を有効にすることを確認してください。
{% endstep %}
{% endstepper %}

***

### メンバーの MFA をリセット

誰かがスマートフォンを紛失した、デバイスを変更した、または認証アプリやリカバリーコードにアクセスできない場合に使います。

* 次回ログイン時に、全メンバーに登録を促すメッセージが表示されます。
* 登録が完了するまで、メンバーは Beachside にアクセスできません。
* 登録時には、リカバリーコード（一度だけ使えるバックアップコード）も発行されます。

<figure><img src="/files/e1f6b1b491f1650f3dd7274fc63f12a4787b4682" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **へ移動&#x20;**<kbd><mark style="color:$primary;">**チーム**<mark style="color:$primary;"></kbd>**&#x20;上部ナビゲーション内**

{% endstep %}

{% step %}

#### **へ移動&#x20;**<kbd><mark style="color:$primary;">**すべてのメンバーを管理**<mark style="color:$primary;"></kbd>

左サイドバーのチーム一覧の下からアクセスできます。
{% endstep %}

{% step %}

#### **一覧からチームメンバーを見つけます**

名前またはメールアドレスで検索することもできます。
{% endstep %}

{% step %}

#### **メンバーにカーソルを合わせて選択します**  <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>

{% endstep %}

{% step %}

#### **をクリック&#x20;**<kbd><mark style="color:$primary;">**認証アプリをリセット**<mark style="color:$primary;"></kbd>

{% endstep %}
{% endstepper %}


---

# 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://docs.theseaai.com/main/jp/accountsetup/sekyuriti.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.
