Skip to content

Commit d13f008

Browse files
authored
Updates meta descriptions in Auth0 Docs (#1372)
* First ten updates * Updates * Next round
1 parent 1eb2f5e commit d13f008

25 files changed

Lines changed: 26 additions & 23 deletions

main/docs/api/myorganization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "My Organization API Reference"
3-
description: "Documentation for Auth0's My Organization API"
3+
description: "Use the My Organization API to let Auth0 Organization admins manage their own identity providers and verified domains from inside your application."
44
---
55

66
<Badge>Version: 1.0 (Current)</Badge>

main/docs/authenticate/identity-providers/view-connections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Describes how to view enabled connections in the Auth0 Dashboard.
2+
description: Use the Auth0 Dashboard to review enabled connections for your application and view the identity providers through which your users can sign in.
33
title: View Connections
44
---
55
You can view all of the available and configured connections using the <Tooltip tip="Auth0 Dashboard: Auth0's main product to configure your services." cta="View Glossary" href="/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip>. The configured connections can be used to log in to your applications.

main/docs/authenticate/login/auth0-universal-login/passwordless-login/email-or-sms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to configure email or SMS for Passwordless authentication.
2+
description: Configure Universal Login to enable passwordless authentication via a one-time code sent to a user's email address or phone number.
33
title: Configure Email or SMS for Passwordless Authentication
44
---
55
Auth0 lets you configure <Tooltip tip="Universal Login: Your application redirects to Universal Login, hosted on Auth0's Authorization Server, to verify a user's identity." cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip> so users can authenticate with a magic link or one-time password (OTP) through email, or an OTP through SMS.

main/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login/classic-experience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: An overview of the Classic Login experience
2+
description: Learn about the Classic Login Experience, Auth0's legacy login page using Lock or a custom HTML template, for tenants not migrated to Universal Login.
33
title: Classic Login Experience
44
---
55
Classic Login is an Auth0-hosted login experience that relies on JavaScript for customization. Implementing Classic Login is less complex than embedding the authentication process directly in your app, and it can help prevent the dangers of cross-origin authentication.

main/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login/universal-experience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: An overview of the Universal Login experience
2+
description: Auth0 Universal Login is the hosted login page that handles every authentication flow for your applications, from signup and password reset through MFA, without manually writing the UI.
33
title: Universal Login Experience
44
---
55
[Auth0 Universal Login](/docs/authenticate/login/auth0-universal-login) provides the essential feature of an <Tooltip tip="Authorization Server: Centralized server that contributes to defining the boundaries of a user’s access. For example, your authorization server can control the data, tasks, and features available to a user." cta="View Glossary" href="/docs/glossary?term=authorization+server">authorization server</Tooltip>: the login flow. When a user needs to prove their identity to gain access to your application, you can redirect them to <Tooltip tip="Authorization Server: Centralized server that contributes to defining the boundaries of a user’s access. For example, your authorization server can control the data, tasks, and features available to a user." cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip> and let Auth0 handle the authentication process.

main/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-implicit-flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how the OIDC-conformant pipeline affects the Implicit Flow.
2+
description: Learn how Auth0's OIDC-conformant pipeline changes Implicit Flow behavior and updates existing applications without disrupting token handling.
33
title: Implicit Flow with OIDC
44
---
55
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";

main/docs/authenticate/passwordless/passwordless-connection-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Describes some limitations to using passwordless connections.
2+
description: Review limitations applicable to Auth0 passwordless connections, including delivery channel quotas and compatible application types per method.
33
title: Passwordless Connection Limitations
44
---
55
The type of authentication you want to use depends on which version of <Tooltip tip="Universal Login: Your application redirects to Universal Login, hosted on Auth0's Authorization Server, to verify a user's identity." cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip> you configured with your application. If you are using the Universal Login experience, you can set up [passwordless authentication using WebAuthN with Device Biometrics](/docs/authenticate/login/auth0-universal-login/passwordless-login/webauthn-device-biometrics) or use <Tooltip tip="Universal Login: Your application redirects to Universal Login, hosted on Auth0's Authorization Server, to verify a user's identity." cta="View Glossary" href="/docs/glossary?term=passwordless">passwordless</Tooltip> connections as described below.

main/docs/authenticate/passwordless/sample-use-cases-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Explore examples using rules with passwordless connections.
2+
description: Explore Auth0 Rules use cases for passwordless connections, from enforcing MFA on first sign-in to enriching user profiles with external API data.
33
title: Sample Use Cases - Rules with Passwordless Authentication
44
---
55
<Warning>

main/docs/authenticate/single-sign-on.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Single Sign-On
3-
description: Learn what Single Sign-on (SSO) is and how it works.
3+
description: Auth0 Single Sign-On (SSO) lets users authenticate once and access all applications in the same tenant without re-entering credentials.
44
---
55

66
<Tooltip tip="Single Sign-On (SSO): Service that, after a user logs into one applicaton, automatically logs that user in to other applications." cta="View Glossary" href="/docs/glossary?term=Single+Sign-on">Single Sign-on</Tooltip> (SSO) occurs when a user logs in to one application and is then signed in to other applications automatically, regardless of the platform, technology, or domain the user is using. The user signs in only one time, hence the name of the feature (Single Sign-on).

main/docs/authenticate/single-sign-on/native-to-web/native-to-web-sso-and-sessions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn about Native to Web SSO and Sessions
2+
description: Auth0 Native to Web SSO carries an authenticated session from an iOS or Android app into a browser-based application so users skip a second login.
33
title: Native to Web SSO and Sessions
44
validatedOn: 2026-02-24
55
---

0 commit comments

Comments
 (0)