Skip to content

Commit d2ce1b0

Browse files
author
Amanda VS
authored
Redirect and remove Learn and Get Started video series (#10409)
* Redirect and remove Learn and Get Started video series * Try to mitigate problem redirecting to docs * /articles
1 parent 06c64f1 commit d2ce1b0

23 files changed

+148
-45
lines changed

.markdownlint.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"default": false,
33
"resultVersion": 1,
4-
"MD001": false,
4+
"MD001": true,
55
"MD002": true,
66
"MD003": true,
77
"MD005": true,
88
"MD006": true,
99
"MD011": true,
10-
"MD012": false,
10+
"MD012": true,
1111
"MD018": true,
1212
"MD019": true,
1313
"MD023": true,
14-
"MD024": false,
14+
"MD024": true,
1515
"MD025": true,
1616
"MD027": true,
17-
"MD031": false,
17+
"MD031": true,
1818
"MD034": true,
1919
"MD035": true,
2020
"MD037": true,

articles/videos/get-started/01-architecture-your-tenant.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: What an Auth0 tenant is and how to configure it in the Auth0 Dashboard.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Architect: Your Tenant
68

79
Learn what an Auth0 tenant is and how to configure it in the Auth0 Dashboard. Understand why you may want more than one tenant if you have different user communities, and also how you can use more than one tenant to support your Software Development Life Cycle (SDLC). Understand the importance of tenant naming and custom domain usage best practices. Also learn how to set up additional tenant administrators and how to associate tenants with your Auth0 account.

articles/videos/get-started/02-provision-user-stores.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How user profiles are provisioned within an Auth0 tenant.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Provision: User Stores
68

79
Learn how user profiles are provisioned within an Auth0 tenant. Users can come from a multitude of places: directly through creating an account using self sign-up, indirectly through using their favorite trusted social media platform, or collectively through a trusted enterprise directory. Auth0 makes it simple to quickly connect your tenant to multiple types of user stores. We group these users stores into three categories: database, social, and enterprise.

articles/videos/get-started/03-provision-import-users.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How to move existing users to an Auth0 user store using automatic migration, bulk migration, or both.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Provision: Import Users
68

79
Learn how Auth0 allows you to move your existing users to an Auth0 user store and why you may want to use a combination of both automatic and bulk migration methods. Learn why it's a good idea to have an API between the cloud and your legacy database and how custom database scripts work.

articles/videos/get-started/04_01-authenticate-how-it-works.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How user authentication works and various ways to accomplish it with Auth0.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Authenticate: How It Works
68

79
Learn about the difference between authentication, authorization, and access control. Understand when and why you might use each type of authentication method: first factors, second factors, and multi-factor. Learn about the OpenID Connect (OIDC) authentication protocol.

articles/videos/get-started/04_02-authenticate-spa-example.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: An example using the Auth0 Quickstart for a SPA implementation with Auth0 Universal Login.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Authenticate: SPA Example
68

79
See an example using the Auth0 Quickstart for a single-page application (SPA) implementation and learn how Auth0's Universal Login feature does most of the authentication work for you. Understand how security and user experience work with the authentication process to determine how to plan your application integration to Auth0. See how Single-Sign On (SSO) works between applications when you use Universal Login.

articles/videos/get-started/05_01-authorize-id-tokens-access-control.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: What ID Tokens are and how you can add custom claims to customize them and make access control decisions for your users.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Authorize: ID Tokens and Access Control
68

79
Learn about Auth0 authorization via the use of ID Tokens. Understand what an ID Token is, and learn how to add custom claims to customize tokens and make access control decisions for your users.

articles/videos/get-started/05_02-authorize-get-validate-id-tokens.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How to get and validate ID Tokens before storing and using them.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Authorize: Get and Validate ID Tokens
68

79
Learn how to get and validate an ID Token in JSON Web Token (JWT) format.

articles/videos/get-started/06-user-profiles.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: What user profiles are, what they contain, and how you can use them to manage users.
33
classes: video-page
44
title: Explore User Profiles
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Explore User Profiles
79

810
Learn what Auth0 User Profiles are used for and what they contain. Understand how Auth0 normalizes user profile data from various identity providers and uses metadata and root attributes. You can manage user profiles with the Auth0 Dashboard.

articles/videos/get-started/07_01-brand-how-it-works.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: Why your branding is important for your users and how it works with Auth0.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Brand: How It Works
68

79
Learn how branding works with Auth0. Add your company name and logo, and choose colors for your pages.

articles/videos/get-started/07_02-brand-signup-login-pages.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How to use Universal Login to customize your sign up and login pages.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Brand: Sign Up and Login Pages
68

79
Learn how to use Auth0’s Universal Login feature to customize your sign up and login pages to include your brand.

articles/videos/get-started/08-brand-emails-error-pages.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How to use email templates and customize error pages.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Brand: Emails and Error Pages
68

79
Learn how to use Auth0 email templates and make changes to the reply email address, subject, redirect URL, and URL lifetime. You can configure your email provider and customize how verify emails look. Learn how to use your own error pages.

articles/videos/get-started/10-logout.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
description: How to configure different kinds of user logout behavior using callback URLs.
33
classes: video-page
4+
public: false
45
---
6+
<!-- markdownlint-disable-->
57
# Logout
68

79
Learn about different kinds of logout behavior and different session layers. Learn how to configure callback URLs in the application and tenant settings in the Dashboard.

articles/videos/get-started/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ topics:
1515
- error pages
1616
- logout
1717
- user profiles
18+
public: false
1819
---
1920
# Get Started with Auth0 Video Series
2021

articles/videos/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Learn about digital identity including OAuth2, OpenID Connect, calling APIs, and get started with your Auth0 Implementation.
33
classes: video-page
4+
public: false
45
---
56
# Auth0 Videos
67

articles/videos/learn-identity/01-introduction-to-identity.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: A whirlwind tour of identity history, concepts, and terminology - protocols, open standards, SSO, OAuth2, OpenID Connect and more.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Introduction to Identity
79

810
A whirlwind tour of identity history, concepts, and terminology: protocols, open standards, SSO, OAuth2, OpenID Connect and more.

articles/videos/learn-identity/02-oidc-and-oauth.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: OpenID Connect and OAuth specifications, roles, and grants.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# OpenID Connect and OAuth2
79

810
OpenID Connect and OAuth specifications, roles and grants.

articles/videos/learn-identity/03-web-sign-in.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: Authentication for web applications using OpenID Connect.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Web Sign-In
79

810
Authentication for web applications using OpenID Connect.

articles/videos/learn-identity/04-calling-an-api.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: How to obtain and use access and refresh tokens for delegated authorization in a traditional web application.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Calling an API
79

810
How to obtain and use access and refresh tokens for delegated authorization in a traditional web application.

articles/videos/learn-identity/05-desktop-and-mobile-apps.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: Authentication and delegated authorization for desktop and mobile applications and a public client overview.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Desktop and Mobile Apps
79

810
Authentication and delegated authorization for desktop and mobile applications and a public client overview.

articles/videos/learn-identity/06-single-page-apps.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description: Authentication and delegated authorization for single page applications.
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
7+
<!-- markdownlint-disable-->
68
# Single Page Apps
79

810
Authentication and delegated authorization for single page applications.

articles/videos/learn-identity/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Learn about digital identity including OAuth2, OpenID Connect, calling APIs, and more!
33
classes: video-page
44
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
5+
public: false
56
---
67
# Learn Identity
78

0 commit comments

Comments
 (0)