Skip to content

Comments

Update custom-db.mdx#648

Open
nick-gagliardi wants to merge 1 commit intomainfrom
docs-5301
Open

Update custom-db.mdx#648
nick-gagliardi wants to merge 1 commit intomainfrom
docs-5301

Conversation

@nick-gagliardi
Copy link
Contributor

Description

References

https://auth0team.atlassian.net/jira/software/c/projects/DOCS/boards/2571?selectedIssue=DOCS-5301

Testing

Checklist

  • [x ] I've read and followed CONTRIBUTING.md.
  • [ x] I've tested the site build for this change locally.
  • [ x] I've made appropriate docs updates for any code or config changes.
  • [ x] I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@nick-gagliardi nick-gagliardi requested a review from a team as a code owner February 19, 2026 20:14
@github-actions
Copy link

Summary

Status Count
🔍 Total 12
✅ Successful 2
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 10
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

* **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](/docs/customize/actions/explore-triggers).
* **Rules** run when artifacts for user authenticity are generated (i.e., an <Tooltip tip="ID Token: Credential meant for the client itself, rather than for accessing a resource." cta="View Glossary" href="/docs/glossary?term=ID+Token">ID Token</Tooltip> in <Tooltip tip="ID Token: Credential meant for the client itself, rather than for accessing a resource." cta="View Glossary" href="/docs/glossary?term=OpenID">OpenID</Tooltip> Connect (OIDC)), an <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/glossary?term=Access+Token">Access Token</Tooltip> in <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=OAuth+2.0">OAuth 2.0</Tooltip>, or an assertion in <Tooltip tip="OAuth 2.0: Authorization framework that defines authorization protocols and workflows." cta="View Glossary" href="/docs/glossary?term=Security+Assertion+Markup+Language">Security Assertion Markup Language</Tooltip> (SAML).
* **Hooks** provide additional extensibility for when there is an exchange of non-user related artifacts, and for when user identities are created.
* **Actions** are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. Actions are used to customize and extend Auth0’s capabilities with custom logic. For more information, read [Understand how Auth0 Actions Work](/docs/customize/actions/actions-overview).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Actions** are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. Actions are used to customize and extend Auth0’s capabilities with custom logic. For more information, read [Understand how Auth0 Actions Work](/docs/customize/actions/actions-overview).
* **Actions** are secure, tenant-specific, versioned functions written in Node.js that execute at certain points within the Auth0 platform. Actions are used to customize and extend Auth0’s capabilities with custom logic. To learn more, read [Understand how Auth0 Actions Work](/docs/customize/actions/actions-overview).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants