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"; 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..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,5 +1,5 @@ --- -description: Use cases for MCD +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 --- 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..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: Describes how to import and export Authorization Extension Data. +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 --- 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..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: Learn how to manage users in the Delegated Administration Extension. +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/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..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: Describes how to create custom messages and translations with Forms. +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 88fc09922f..39564cfd61 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: 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/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..c68f919b6b 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: 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/routers.mdx b/main/docs/customize/forms/routers.mdx index 6caa12a6d2..5bf8201b23 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 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. 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..760e90d7f1 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: Learn how to store Flows integration credentials in the Vault to reference them during Forms runtime. title: Vaults sidebarTitle: Overview ---