Use a custom database connection when you want to provide Auth0 with access to your own independent (legacy) identity data store primarily for authentication (filling the role of an ) and for migrating user data to Auth0’s data store. Auth0 Extensibility allows you to add custom logic to build out last-mile solutions for Identity and Access Management (IdAM). Auth0 extensibility comes in several forms: Actions, Rules, Hooks, and scripts for both custom database connections and custom database migration. Each is implemented using Node.js running on the Auth0 platform in an Auth0 tenant. Auth0 extensibility executes at different points in the IdAM pipeline:Documentation Index
Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Actions extend processes called flows, which are made up of one or more triggers, and which represent the logical pipeline through which information moves during a single point in the Auth0 journey. To learn more about available flows and triggers, read Explore Flows and Triggers.
- Rules run when artifacts for user authenticity are generated (i.e., an in Connect (OIDC)), an in , or an assertion in (SAML).
- Hooks provide additional extensibility for when there is an exchange of non-user related artifacts, and for when user identities are created.
- Custom database action scripts can be used to integrate with an existing user identity store, or can be used where automatic user migration from a legacy identity store is required. Various templates are provided.
Availability varies by Auth0 plan
Your Auth0 plan or custom agreement affects whether this feature is available. To learn more, read Pricing.