From 3401201c4d3f75bf83029b715befcef4e48f6236 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 30 Jun 2026 14:28:25 +0200 Subject: [PATCH 1/8] update descriptions --- main/docs/authenticate/login/logout.mdx | 2 +- main/docs/authenticate/login/logout/back-channel-logout.mdx | 2 +- main/docs/authenticate/login/logout/log-users-out-of-auth0.mdx | 2 +- main/docs/authenticate/login/logout/log-users-out-of-idps.mdx | 2 +- .../authenticate/login/logout/log-users-out-of-saml-idps.mdx | 2 +- .../authenticate/login/logout/redirect-users-after-logout.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/docs/authenticate/login/logout.mdx b/main/docs/authenticate/login/logout.mdx index 243d298c7e..58bd83f148 100644 --- a/main/docs/authenticate/login/logout.mdx +++ b/main/docs/authenticate/login/logout.mdx @@ -1,7 +1,7 @@ --- title: How Logout Works on Auth0 sidebarTitle: Logout -description: You can log a user out of the Auth0 session and (optionally) from the IdP session, and redirect users after logout. +description: Learn how to sign out users of your application by ending their session and related SSO or upstream IdP session. --- ## Logout Session Layers diff --git a/main/docs/authenticate/login/logout/back-channel-logout.mdx b/main/docs/authenticate/login/logout/back-channel-logout.mdx index 8b499d0fd6..305ca9e103 100644 --- a/main/docs/authenticate/login/logout/back-channel-logout.mdx +++ b/main/docs/authenticate/login/logout/back-channel-logout.mdx @@ -1,6 +1,6 @@ --- title: OIDC Back-Channel Logout -description: Describes Auth0's OIDC Back-Channel Logout feature. +description: Learn how Back-Channel Logout sends a server-to-server logout token to every relying party when a user's SSO session ends, so applications can terminate their own sessions. --- Auth0 supports the [OpenID Connect Back-Channel Logout 1.0 specification](https://openid.net/specs/openid-connect-backchannel-1_0.html#Backchannel) in all tenants with an Enterprise plan subscription. diff --git a/main/docs/authenticate/login/logout/log-users-out-of-auth0.mdx b/main/docs/authenticate/login/logout/log-users-out-of-auth0.mdx index a34d63da88..8927d49a15 100644 --- a/main/docs/authenticate/login/logout/log-users-out-of-auth0.mdx +++ b/main/docs/authenticate/login/logout/log-users-out-of-auth0.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to log user out with the OIDC Logout Endpoint. +description: Learn how to sign out users via the logout endpoint, which ends the SSO session and returns the browser to the application's logout URL. title: Log Users Out of Auth0 with OIDC Endpoint --- import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx"; diff --git a/main/docs/authenticate/login/logout/log-users-out-of-idps.mdx b/main/docs/authenticate/login/logout/log-users-out-of-idps.mdx index e6ffa6e65c..70216e1e6c 100644 --- a/main/docs/authenticate/login/logout/log-users-out-of-idps.mdx +++ b/main/docs/authenticate/login/logout/log-users-out-of-idps.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to force a user to log out of their identity provider. +description: Learn how to force users to sign out of their IdP when they log out of Auth0 by using federated logout. title: Log Users Out of Identity Providers --- Some providers allow you to force a user to log out of their identity provider. Auth0 often accomplishes this by adding the `federated` query string parameter to the redirect at the `/oidc/logout` endpoint. diff --git a/main/docs/authenticate/login/logout/log-users-out-of-saml-idps.mdx b/main/docs/authenticate/login/logout/log-users-out-of-saml-idps.mdx index 704c4165ad..9ff73defaf 100644 --- a/main/docs/authenticate/login/logout/log-users-out-of-saml-idps.mdx +++ b/main/docs/authenticate/login/logout/log-users-out-of-saml-idps.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to log users out of an external SAML identity provider. +description: Learn how to sign out users of an external SAML IdP when they log out by configuring the application's callback SLO url. title: Log Users Out of SAML Identity Providers --- Single Logout (SLO) is a feature that allows a user to terminate multiple authentication sessions by performing a single logout action. diff --git a/main/docs/authenticate/login/logout/redirect-users-after-logout.mdx b/main/docs/authenticate/login/logout/redirect-users-after-logout.mdx index e080e036a2..0bc17920bf 100644 --- a/main/docs/authenticate/login/logout/redirect-users-after-logout.mdx +++ b/main/docs/authenticate/login/logout/redirect-users-after-logout.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to redirect users with the legacy logout endpoint. +description: Learn how to redirect users to a URL after they sign out using the legacy logout endpoint by passing a returnTo and an allowed logout url. title: Redirect Users with Alternative Logout --- import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx"; From d8a6b88b8f274138ec2cbedf30f7b98e023c4131 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 30 Jun 2026 16:32:43 +0200 Subject: [PATCH 2/8] Update descriptions --- main/docs/authenticate/login/logout/universal-logout.mdx | 2 +- .../custom-domains/multiple-custom-domains/default-domain.mdx | 2 +- .../custom-domains/multiple-custom-domains/mcd-use-cases.mdx | 2 +- .../configure-authorization-extension.mdx | 2 +- .../enable-api-access-to-authorization-extension.mdx | 2 +- .../import-and-export-authorization-extension-data.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/docs/authenticate/login/logout/universal-logout.mdx b/main/docs/authenticate/login/logout/universal-logout.mdx index e843452506..859af70348 100644 --- a/main/docs/authenticate/login/logout/universal-logout.mdx +++ b/main/docs/authenticate/login/logout/universal-logout.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure global token revocation for Auth0 connections. +description: Learn how to configure global token revocation so when an upstream IdP terminates a session, Auth0 revokes all existing user sessions. title: Universal Logout --- Auth0 supports Universal Logout integrations with Okta Workforce Identity, which logs users out of applications when an administrative or security event occurs. diff --git a/main/docs/customize/custom-domains/multiple-custom-domains/default-domain.mdx b/main/docs/customize/custom-domains/multiple-custom-domains/default-domain.mdx index e9ba507e01..6cb35151f2 100644 --- a/main/docs/customize/custom-domains/multiple-custom-domains/default-domain.mdx +++ b/main/docs/customize/custom-domains/multiple-custom-domains/default-domain.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure and use a default custom domain in Auth0. +description: Learn how to configure a default custom domain on your tenant to provide a consistent user experience. title: Default Custom Domain --- import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx"; diff --git a/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx b/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx index 32d9e9ffef..329c36c717 100644 --- a/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx +++ b/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx @@ -1,6 +1,6 @@ --- description: Use cases for MCD -title: Multiple Custom Domain Use Cases +title: Learn about multiple custom domains use cases that include hosting distinct login experiences for separate applications from a single tenant. --- Auth0 Multiple Custom Domains (MCD) feature offers powerful flexibility, allowing organizations to manage diverse branding, regional requirements, and partner integrations all from a single Auth0 tenant. This simplifies identity management while providing a seamless, branded experience for your users. diff --git a/main/docs/customize/extensions/authorization-extension/configure-authorization-extension.mdx b/main/docs/customize/extensions/authorization-extension/configure-authorization-extension.mdx index 01c489e942..16c2e133c7 100644 --- a/main/docs/customize/extensions/authorization-extension/configure-authorization-extension.mdx +++ b/main/docs/customize/extensions/authorization-extension/configure-authorization-extension.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure the Authorization Extension. +description: Learn how to configure the Authorization Extension to implement role-based access control. title: Configure Authorization Extension --- diff --git a/main/docs/customize/extensions/authorization-extension/enable-api-access-to-authorization-extension.mdx b/main/docs/customize/extensions/authorization-extension/enable-api-access-to-authorization-extension.mdx index b3ac1995f5..621d5683f5 100644 --- a/main/docs/customize/extensions/authorization-extension/enable-api-access-to-authorization-extension.mdx +++ b/main/docs/customize/extensions/authorization-extension/enable-api-access-to-authorization-extension.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to enable API access to the Authorization Extension. +description: Learn how to enable API access to automate provisioning and query the authorization context of your users in real-time using the Authorization Extension. title: Enable API Access to Authorization Extension --- diff --git a/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx b/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx index 81d846f98f..3d9bb7c8e0 100644 --- a/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx +++ b/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to import and export Authorization Extension Data. +description: Learn how import and export existing authorization data using a JSON file with the Authorization Extension. title: Import and Export Authorization Extension Data --- From 48666ef1bba30809bbd0b5ef06cdc8b03d7cb934 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 30 Jun 2026 17:14:36 +0200 Subject: [PATCH 3/8] udpate descriptions --- .../authorization-extension/install-authorization-extension.mdx | 2 +- .../migrate-to-authorization-extension-v2.mdx | 2 +- .../delegated-administration-manage-users.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/docs/customize/extensions/authorization-extension/install-authorization-extension.mdx b/main/docs/customize/extensions/authorization-extension/install-authorization-extension.mdx index 8c18c2299a..be14214dbb 100644 --- a/main/docs/customize/extensions/authorization-extension/install-authorization-extension.mdx +++ b/main/docs/customize/extensions/authorization-extension/install-authorization-extension.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to install the Auth0 Authorization Extension. +description: Learn how to install Authorization Extension to implement role-based access control using the Dashboard. title: Install Authorization Extension --- diff --git a/main/docs/customize/extensions/authorization-extension/migrate-to-authorization-extension-v2.mdx b/main/docs/customize/extensions/authorization-extension/migrate-to-authorization-extension-v2.mdx index 9b2f4174be..8e8e4babd0 100644 --- a/main/docs/customize/extensions/authorization-extension/migrate-to-authorization-extension-v2.mdx +++ b/main/docs/customize/extensions/authorization-extension/migrate-to-authorization-extension-v2.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to upgrade the Authorization Extension v2. +description: Learn how to upgrade Authorization Extension from v1 to v2 using the Dashboard. title: Migrate to Authorization Extension v2 --- diff --git a/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx b/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx index bfa081631b..ce34e45696 100644 --- a/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx +++ b/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to manage users in the Delegated Administration Extension. +description: Filter users using the Delegated Administration Extension to configure the Administrator Dashboard with administrator and user roles. title: 'Delegated Administration: Manage Users' --- In the Application exposed by the Delegated Administration extension, there are two views available: **Users** and **Logs**. On the **User**s view, you can see the display and modify users associated with your Auth0 account. From 30cc8e8ef5a8a1338901ea0314d3ea0ade7042c8 Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 1 Jul 2026 16:11:47 +0200 Subject: [PATCH 4/8] Update descriptions --- main/docs/customize/forms/configure-update-policy-form.mdx | 2 +- main/docs/customize/forms/custom-messages-and-translation.mdx | 2 +- main/docs/customize/forms/flows.mdx | 2 +- main/docs/customize/forms/flows/integrations.mdx | 2 +- main/docs/customize/forms/flows/integrations/mailjet.mdx | 2 +- main/docs/customize/forms/flows/integrations/sendgrid.mdx | 2 +- main/docs/customize/forms/flows/integrations/telegram.mdx | 2 +- main/docs/customize/forms/flows/integrations/twilio.mdx | 2 +- main/docs/customize/forms/flows/integrations/whatsapp.mdx | 2 +- main/docs/customize/forms/nodes-and-components.mdx | 2 +- main/docs/customize/forms/render.mdx | 2 +- main/docs/customize/forms/routers.mdx | 2 +- main/docs/customize/forms/variables.mdx | 2 +- main/docs/customize/forms/vaults.mdx | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/main/docs/customize/forms/configure-update-policy-form.mdx b/main/docs/customize/forms/configure-update-policy-form.mdx index 8b39fd1855..e2284d2f82 100644 --- a/main/docs/customize/forms/configure-update-policy-form.mdx +++ b/main/docs/customize/forms/configure-update-policy-form.mdx @@ -1,5 +1,5 @@ --- -description: Configure an update policy form using Forms for Actions +description: Learn how to configure an update policy form using Forms for Actions for users to review and accept new terms of service or consent updates. title: 'Use Cases: Configure an update policy form using Forms' --- diff --git a/main/docs/customize/forms/custom-messages-and-translation.mdx b/main/docs/customize/forms/custom-messages-and-translation.mdx index 1e3f799bb9..e6aec1f7ab 100644 --- a/main/docs/customize/forms/custom-messages-and-translation.mdx +++ b/main/docs/customize/forms/custom-messages-and-translation.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to create custom messages and translations with Forms. +description: Add custom messages and translations to a Form so each step displays locale-specific copy that matches the language settings of the user. title: Custom Messages and Translation --- You can  customize Form messages to provide your users with a unique Form experience. In addition, you can translate form components, errors, and other custom messages into other languages for a localized experience. diff --git a/main/docs/customize/forms/flows.mdx b/main/docs/customize/forms/flows.mdx index 88fc09922f..576be3df52 100644 --- a/main/docs/customize/forms/flows.mdx +++ b/main/docs/customize/forms/flows.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to use Flows with Forms. +description: Build server side logic using Flows to add decision logic and external integrations to Forms. title: Flows sidebarTitle: Overview --- diff --git a/main/docs/customize/forms/flows/integrations.mdx b/main/docs/customize/forms/flows/integrations.mdx index cb1483be6d..dfbf8a8afa 100644 --- a/main/docs/customize/forms/flows/integrations.mdx +++ b/main/docs/customize/forms/flows/integrations.mdx @@ -1,5 +1,5 @@ --- -description: Learn about the actions that you can add to your flows +description: Browse integrations you can use with Flows to call external services without writing custom code. sidebarTitle: Overview title: Integrations --- diff --git a/main/docs/customize/forms/flows/integrations/mailjet.mdx b/main/docs/customize/forms/flows/integrations/mailjet.mdx index 71007e46e5..6d43625d7f 100644 --- a/main/docs/customize/forms/flows/integrations/mailjet.mdx +++ b/main/docs/customize/forms/flows/integrations/mailjet.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure your MailJet flow actions to send emails. +description: Use the Mailjet email provider integration with Flows to send emails. title: MailJet --- ## Configure your MailJet Vault Connection diff --git a/main/docs/customize/forms/flows/integrations/sendgrid.mdx b/main/docs/customize/forms/flows/integrations/sendgrid.mdx index 39d6fcad53..d562154428 100644 --- a/main/docs/customize/forms/flows/integrations/sendgrid.mdx +++ b/main/docs/customize/forms/flows/integrations/sendgrid.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure your SendGrid flow actions to send emails. +description: Learn how to configure the Flows SendGrid email provider integration to generate emails from Forms. title: SendGrid --- ## Configure your SendGrid Vault Connection diff --git a/main/docs/customize/forms/flows/integrations/telegram.mdx b/main/docs/customize/forms/flows/integrations/telegram.mdx index 4903094109..467b992bad 100644 --- a/main/docs/customize/forms/flows/integrations/telegram.mdx +++ b/main/docs/customize/forms/flows/integrations/telegram.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure your Telegram flow actions to send messages. +description: Learn how to configure the Flows Telegram integration to send Telegram chats from Forms. title: Telegram --- ## Configure your Telegram Vault Connection diff --git a/main/docs/customize/forms/flows/integrations/twilio.mdx b/main/docs/customize/forms/flows/integrations/twilio.mdx index 5c185d9eed..037e344d00 100644 --- a/main/docs/customize/forms/flows/integrations/twilio.mdx +++ b/main/docs/customize/forms/flows/integrations/twilio.mdx @@ -1,5 +1,5 @@ --- -description: Use the Twilio actions to send SMS and make calls using Twilio. +description: Learn how to configure the Flows Twilio integration to send SMS or voice messages from Forms. title: Twilio --- This list of Twilio actions allows you to send SMS and make calls using Twilio as provider. diff --git a/main/docs/customize/forms/flows/integrations/whatsapp.mdx b/main/docs/customize/forms/flows/integrations/whatsapp.mdx index d43d2ecb5a..465e7e526f 100644 --- a/main/docs/customize/forms/flows/integrations/whatsapp.mdx +++ b/main/docs/customize/forms/flows/integrations/whatsapp.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to configure your WhatsApp flow actions to send messages. +description: Learn how to configure the Flows WhatsApp integration to send messages from Forms. title: WhatsApp --- ## Configure your WhatsApp Vault Connection diff --git a/main/docs/customize/forms/nodes-and-components.mdx b/main/docs/customize/forms/nodes-and-components.mdx index 310df57ccf..40dc2982d6 100644 --- a/main/docs/customize/forms/nodes-and-components.mdx +++ b/main/docs/customize/forms/nodes-and-components.mdx @@ -1,5 +1,5 @@ --- -description: Learn about Form nodes and available components. +description: Learn about the available nodes and input field components you can render using Forms. title: Nodes and components --- Forms lets you add nodes and components, such as fields, blocks, and widgets for your users to interact with the form. You can then reference the data input, from components, in your forms and flows. diff --git a/main/docs/customize/forms/render.mdx b/main/docs/customize/forms/render.mdx index 5e26505f59..b433dab892 100644 --- a/main/docs/customize/forms/render.mdx +++ b/main/docs/customize/forms/render.mdx @@ -1,5 +1,5 @@ --- -description: Learn how you can render Forms using Actions. +description: Render a Form during a login or signup flow using a post-login or pre-user-registration Action. title: Render Forms using Actions --- Once you create a form, you can render it with [Actions](/docs/customize/actions) using the `api.prompt.render()` method: diff --git a/main/docs/customize/forms/routers.mdx b/main/docs/customize/forms/routers.mdx index 6caa12a6d2..5b190a476b 100644 --- a/main/docs/customize/forms/routers.mdx +++ b/main/docs/customize/forms/routers.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to use Router nodes with Forms. +description: Learn how to cofingure router rules to create conditional logic jumps redirecting users between Form nodes. title: Routers --- With Router nodes, you can add rules to Forms to create conditional logic jumps that redirect users between nodes. For example, a rule condition can be defined for a specific user_metadata attribute to route  a user to a specific step node or flow node. diff --git a/main/docs/customize/forms/variables.mdx b/main/docs/customize/forms/variables.mdx index f913407f5b..351a097efa 100644 --- a/main/docs/customize/forms/variables.mdx +++ b/main/docs/customize/forms/variables.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to use variables in Forms for Actions. +description: Learn how to use variables to access and transform user data in Forms and Flows. title: Variables and helper functions --- Variables allow you to access data contained in Forms and Flows to create custom business logic and automations. diff --git a/main/docs/customize/forms/vaults.mdx b/main/docs/customize/forms/vaults.mdx index 56908670b8..4efb0d484a 100644 --- a/main/docs/customize/forms/vaults.mdx +++ b/main/docs/customize/forms/vaults.mdx @@ -1,5 +1,5 @@ --- -description: Describes how to use the Vault of Forms for Actions. +description: Store Flows integration credentials in the Vault to reference them during Forms runtime. title: Vaults sidebarTitle: Overview --- From 35edbd9f00feacd2f8be6aa35e5e17f7be728a5c Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Thu, 2 Jul 2026 11:16:53 +0200 Subject: [PATCH 5/8] Update mcd-use-cases.mdx --- .../custom-domains/multiple-custom-domains/mcd-use-cases.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx b/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx index 329c36c717..c375b45078 100644 --- a/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx +++ b/main/docs/customize/custom-domains/multiple-custom-domains/mcd-use-cases.mdx @@ -1,6 +1,6 @@ --- -description: Use cases for MCD -title: Learn about multiple custom domains use cases that include hosting distinct login experiences for separate applications from a single tenant. +description: Learn about multiple custom domains use cases that include hosting distinct login experiences for separate applications from a single tenant. +title: Multiple Custom Domain Use Cases --- Auth0 Multiple Custom Domains (MCD) feature offers powerful flexibility, allowing organizations to manage diverse branding, regional requirements, and partner integrations all from a single Auth0 tenant. This simplifies identity management while providing a seamless, branded experience for your users. From 62d9fd23e950888da32303d13f0da6b5827681c9 Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Thu, 2 Jul 2026 11:17:17 +0200 Subject: [PATCH 6/8] Apply suggestion from @nick-gagliardi Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> --- .../import-and-export-authorization-extension-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx b/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx index 3d9bb7c8e0..c2ac520e0b 100644 --- a/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx +++ b/main/docs/customize/extensions/authorization-extension/import-and-export-authorization-extension-data.mdx @@ -1,5 +1,5 @@ --- -description: Learn how import and export existing authorization data using a JSON file with the Authorization Extension. +description: Learn how to import and export existing authorization data using a JSON file with the Authorization Extension. title: Import and Export Authorization Extension Data --- From 71f78eeccaa2241aba8bd5703266ec54aea5d561 Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Thu, 2 Jul 2026 11:18:33 +0200 Subject: [PATCH 7/8] Apply suggestion from @nick-gagliardi Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> --- main/docs/customize/forms/routers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/docs/customize/forms/routers.mdx b/main/docs/customize/forms/routers.mdx index 5b190a476b..5bf8201b23 100644 --- a/main/docs/customize/forms/routers.mdx +++ b/main/docs/customize/forms/routers.mdx @@ -1,5 +1,5 @@ --- -description: Learn how to cofingure router rules to create conditional logic jumps redirecting users between Form nodes. +description: Learn how to configure router rules to create conditional logic jumps redirecting users between Form nodes. title: Routers --- With Router nodes, you can add rules to Forms to create conditional logic jumps that redirect users between nodes. For example, a rule condition can be defined for a specific user_metadata attribute to route  a user to a specific step node or flow node. From 5e052bfa57fc91b7ed2cd64adc6e3cf929da519f Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 2 Jul 2026 12:26:16 +0200 Subject: [PATCH 8/8] updated descriptions --- .../delegated-administration-manage-users.mdx | 2 +- main/docs/customize/forms/custom-messages-and-translation.mdx | 2 +- main/docs/customize/forms/flows.mdx | 2 +- main/docs/customize/forms/render.mdx | 2 +- main/docs/customize/forms/vaults.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx b/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx index ce34e45696..7f9fc5c453 100644 --- a/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx +++ b/main/docs/customize/extensions/delegated-administration-extension/delegated-administration-manage-users.mdx @@ -1,5 +1,5 @@ --- -description: Filter users using the Delegated Administration Extension to configure the Administrator Dashboard with administrator and user roles. +description: Learn how to manage users using the Delegated Administration Extension. title: 'Delegated Administration: Manage Users' --- In the Application exposed by the Delegated Administration extension, there are two views available: **Users** and **Logs**. On the **User**s view, you can see the display and modify users associated with your Auth0 account. diff --git a/main/docs/customize/forms/custom-messages-and-translation.mdx b/main/docs/customize/forms/custom-messages-and-translation.mdx index e6aec1f7ab..98fe59d22d 100644 --- a/main/docs/customize/forms/custom-messages-and-translation.mdx +++ b/main/docs/customize/forms/custom-messages-and-translation.mdx @@ -1,5 +1,5 @@ --- -description: Add custom messages and translations to a Form so each step displays locale-specific copy that matches the language settings of the user. +description: Learn how to add custom messages and translations to a Form so each step displays locale-specific copy that matches the language settings of the user. title: Custom Messages and Translation --- You can  customize Form messages to provide your users with a unique Form experience. In addition, you can translate form components, errors, and other custom messages into other languages for a localized experience. diff --git a/main/docs/customize/forms/flows.mdx b/main/docs/customize/forms/flows.mdx index 576be3df52..39564cfd61 100644 --- a/main/docs/customize/forms/flows.mdx +++ b/main/docs/customize/forms/flows.mdx @@ -1,5 +1,5 @@ --- -description: Build server side logic using Flows to add decision logic and external integrations to Forms. +description: Learn how to build server side logic using Flows to add decision logic and external integrations to Forms. title: Flows sidebarTitle: Overview --- diff --git a/main/docs/customize/forms/render.mdx b/main/docs/customize/forms/render.mdx index b433dab892..c68f919b6b 100644 --- a/main/docs/customize/forms/render.mdx +++ b/main/docs/customize/forms/render.mdx @@ -1,5 +1,5 @@ --- -description: Render a Form during a login or signup flow using a post-login or pre-user-registration Action. +description: Learn how to render a Form during a login or signup flow using a post-login or pre-user-registration Action. title: Render Forms using Actions --- Once you create a form, you can render it with [Actions](/docs/customize/actions) using the `api.prompt.render()` method: diff --git a/main/docs/customize/forms/vaults.mdx b/main/docs/customize/forms/vaults.mdx index 4efb0d484a..760e90d7f1 100644 --- a/main/docs/customize/forms/vaults.mdx +++ b/main/docs/customize/forms/vaults.mdx @@ -1,5 +1,5 @@ --- -description: Store Flows integration credentials in the Vault to reference them during Forms runtime. +description: Learn how to store Flows integration credentials in the Vault to reference them during Forms runtime. title: Vaults sidebarTitle: Overview ---