> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Auth0 でパスワードレスフロー向けの Bot Detection を有効にして設定する方法を説明します。

# パスワードレスフローに Bot Detection を追加する

<Tooltip tip="パスワードを第1要素として使用しない認証形式。" cta="用語集を表示" href="/ja/docs/glossary?term=passwordless">パスワードレス</Tooltip>のログインフローとサインアップフローを使用している場合、Auth0 がリクエストを高リスクと判断した際に CAPTCHA ステップを表示するよう、<Tooltip tip="パスワードを第1要素として使用しない認証形式。" cta="用語集を表示" href="/ja/docs/glossary?term=Bot+Detection">Bot Detection</Tooltip>を有効にできます。

<Warning>
  [Lock SDK](/ja/docs/libraries/lock) を Classic Login エクスペリエンスで使用している場合、パスワードレスフローで Bot Detection を使用するには、バージョン 11.35.0 以降に更新する必要があります。

  [Auth0.js SDK](/ja/docs/libraries/auth0js) を使用している場合、パスワードレスフローで Bot Detection を使用するには、バージョン 9.20.0 以降に更新する必要があります。
</Warning>

<div id="configure-bot-detection-for-passwordless-flows">
  ## パスワードレスフロー向けに Bot Detection を設定する
</div>

<Tooltip tip="Auth0 Dashboard: Auth0 のサービスを設定するためのメインの製品です。" cta="用語集を表示" href="/ja/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip> を使用して、CAPTCHA 機能の動作を設定できます。

1. [Auth0 Dashboard](https://manage.auth0.com/dashboard) で、[Security > Attack Protection > Bot Detection](https://manage.auth0.com/dashboard/#/security/attack-protection/bot-detection) に移動します。
2. **Response** セクションを探します。
3. **Enforce CAPTCHA for passwordless flows** 設定で、CAPTCHA を必須にするタイミングを選択します。

   * **Never**: ログイン時に CAPTCHA を完了する必要はありません。
   * **When Risky**: ログインのリスクが高い場合に、CAPTCHA を完了する必要があります。
   * **Always**: ログイン時には常に CAPTCHA を完了する必要があります。

<div id="configure-bot-detection-for-custom-login-pages">
  ## カスタムログインページ向けの Bot Detection を設定する
</div>

カスタムログインページを使用していて Bot Detection を設定する場合は、[カスタムログインページに Bot Detection を追加する](/ja/docs/secure/attack-protection/bot-detection/bot-detection-custom-login-pages)を参照してください。

<div id="learn-more">
  ## 詳細情報
</div>

* [カスタムログインページに Bot Detection を追加する](/ja/docs/secure/attack-protection/bot-detection/bot-detection-custom-login-pages)
