We plan to deprecate Rules and Hooks in 2024, and at that time, Rules and Hooks-based Extensions will be out of support. We highly recommend that you migrate to Actions to extend Auth0. With Actions, you have access to rich type information, inline documentation, and public npm packages, and can connect external integrations that enhance your overall extensibility experience.To learn more about what Actions offer, read Understand How Auth0 Actions Work. We also have a dedicated Move to Actions page that highlights feature comparisons, an Actions demo, and other resources to help you on your migration journey.To read more about the Rules and Hooks deprecation, read our blog post: Preparing for Rules and Hooks End of Life.
Auth0 Extensions allow you to install applications or run commands/scripts that extend the functionality of the Auth0 base product. Each extension is separate from all other extensions and is subject to Auth0’s Rate Limit Policy. Auth0 defines extensions per tenant, so data is stored by the pair tenant\extension.
To implement and manage extensions on your Auth0 Dashboard, you must have the Admin role.
Read…To learn…                                
Authorization ExtensionHow to use the extension to control user authorization behavior during runtime.
Delegated Administration ExtensionHow to use the extension to expose the Users section of the Auth0 Dashboard to a select group of users without allowing them access to the rest of the Dashboard.
Single Sign-On Dashboard ExtensionHow to use the extension to manage single sign-on login for your users on multiple enterprise applications.
Authentication API Debugger ExtensionHow to use the Authentication API Debugger to test various endpoints.
AD/LDAP ConnectorHow to use the AD/LDAP Connector extension.
Account Link ExtensionHow to use the account link extension.
User Import/Export ExtensionHow to use the user import/export extension.
Export Log Events with ExtensionsHow to use log export extensions to export logs to third-party services such as Application Insights, Loggly, and MixPanel.