> ## 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 の機能を拡張するアプリケーションのインストールや、コマンドやスクリプトの実行を可能にする Auth0 拡張機能について説明します。

# Auth0 Extensions

<Warning>
  2024 年にルールとフックを非推奨化する予定であり、その時点でルールおよびフック ベースの拡張機能はサポート対象外となります。Auth0 を拡張するには、Actions への移行を強くお勧めします。Actions では、豊富な型情報、インライン ドキュメント、公開 `npm` パッケージを利用できるほか、外部連携に接続して拡張機能の利用体験をさらに向上させることができます。

  Actions でできることの詳細については、[Understand How Auth0 Actions Work](/docs/ja-jp/customize/actions/actions-overview) をご覧ください。機能比較、[Actions のデモ](https://www.youtube.com/watch?v=UesFSY1klrI)、および移行に役立つその他のリソースをまとめた専用ページ [Move to Actions](https://auth0.com/extensibility/movetoactions) も用意しています。

  ルールとフックの非推奨化について詳しくは、ブログ記事 [Preparing for Rules and Hooks End of Life.](https://auth0.com/blog/preparing-for-rules-and-hooks-end-of-life/) をご覧ください。
</Warning>

Auth0 Extensions を使用すると、Auth0 ベース製品の機能を拡張するアプリケーションをインストールしたり、コマンドやスクリプトを実行したりできます。各拡張機能はほかのすべての拡張機能から独立しており、Auth0 の [Rate Limit Policy](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy) が適用されます。Auth0 では tenant ごとに拡張機能が定義されるため、データは `tenant\extension` の組み合わせごとに保存されます。

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Auth0 Dashboard で拡張機能を実装および管理するには、Admin ロールが必要です。
</Callout>

| お読みください                                                                                                                                | 学べること                                                                                                   |
| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [Authorization Extension](/docs/ja-jp/customize/extensions/authorization-extension)                                                    | 実行時のユーザー認可の動作を制御するために、この拡張機能を使用する方法。                                                                    |
| [Delegated Administration Extension](/docs/ja-jp/customize/extensions/delegated-administration-extension)                              | 一部のユーザー グループにのみ Auth0 Dashboard の Users セクションを公開し、Dashboard のそれ以外の部分へのアクセスは許可しないようにするために、この拡張機能を使用する方法。 |
| [Single Sign-On Dashboard Extension](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension)                              | 複数のエンタープライズ アプリケーションに対するユーザーのシングルサインオン login を管理するために、この拡張機能を使用する方法。                                    |
| [Authentication API Debugger Extension](/docs/ja-jp/customize/extensions/authentication-api-debugger-extension)                        | Authentication API Debugger を使用して、さまざまなエンドポイントをテストする方法。                                                 |
| [AD/LDAP Connector](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector) | AD/LDAP Connector 拡張機能を使用する方法。                                                                          |
| [Account Link Extension](/docs/ja-jp/customize/extensions/account-link-extension)                                                      | Account Link 拡張機能を使用する方法。                                                                               |
| [User Import/Export Extension](/docs/ja-jp/customize/extensions/user-import-export-extension)                                          | ユーザーのインポート/エクスポート拡張機能を使用する方法。                                                                           |
| [Export Log Events with Extensions](/docs/ja-jp/customize/log-streams/custom-log-streams)                                              | ログ エクスポート拡張機能を使用して、Application Insights、Loggly、MixPanel などのサードパーティ サービスにログをエクスポートする方法。                  |
