Skip to content

Commit d2ce1b0

Browse files
author
Amanda VS
authored
Redirect and remove Learn and Get Started video series (auth0#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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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.

0 commit comments

Comments
 (0)