Skip to content

Commit

Permalink
Redirect and remove Learn and Get Started video series (#10409)
Browse files Browse the repository at this point in the history
* Redirect and remove Learn and Get Started video series

* Try to mitigate problem redirecting to docs

* /articles
  • Loading branch information
avanscoy authored May 2, 2024
1 parent 06c64f1 commit d2ce1b0
Show file tree
Hide file tree
Showing 23 changed files with 148 additions and 45 deletions.
8 changes: 4 additions & 4 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"default": false,
"resultVersion": 1,
"MD001": false,
"MD001": true,
"MD002": true,
"MD003": true,
"MD005": true,
"MD006": true,
"MD011": true,
"MD012": false,
"MD012": true,
"MD018": true,
"MD019": true,
"MD023": true,
"MD024": false,
"MD024": true,
"MD025": true,
"MD027": true,
"MD031": false,
"MD031": true,
"MD034": true,
"MD035": true,
"MD037": true,
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/01-architecture-your-tenant.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: What an Auth0 tenant is and how to configure it in the Auth0 Dashboard.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Architect: Your Tenant

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.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/02-provision-user-stores.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How user profiles are provisioned within an Auth0 tenant.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Provision: User Stores

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.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/03-provision-import-users.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How to move existing users to an Auth0 user store using automatic migration, bulk migration, or both.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Provision: Import Users

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How user authentication works and various ways to accomplish it with Auth0.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Authenticate: How It Works

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.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/04_02-authenticate-spa-example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: An example using the Auth0 Quickstart for a SPA implementation with Auth0 Universal Login.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Authenticate: SPA Example

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: What ID Tokens are and how you can add custom claims to customize them and make access control decisions for your users.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Authorize: ID Tokens and Access Control

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How to get and validate ID Tokens before storing and using them.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Authorize: Get and Validate ID Tokens

Learn how to get and validate an ID Token in JSON Web Token (JWT) format.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/06-user-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: What user profiles are, what they contain, and how you can use them to manage users.
classes: video-page
title: Explore User Profiles
public: false
---
<!-- markdownlint-disable-->
# Explore User Profiles

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.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/07_01-brand-how-it-works.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: Why your branding is important for your users and how it works with Auth0.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Brand: How It Works

Learn how branding works with Auth0. Add your company name and logo, and choose colors for your pages.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/07_02-brand-signup-login-pages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How to use Universal Login to customize your sign up and login pages.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Brand: Sign Up and Login Pages

Learn how to use Auth0’s Universal Login feature to customize your sign up and login pages to include your brand.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/08-brand-emails-error-pages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How to use email templates and customize error pages.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Brand: Emails and Error Pages

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.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/get-started/10-logout.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: How to configure different kinds of user logout behavior using callback URLs.
classes: video-page
public: false
---
<!-- markdownlint-disable-->
# Logout

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.
Expand Down
1 change: 1 addition & 0 deletions articles/videos/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ topics:
- error pages
- logout
- user profiles
public: false
---
# Get Started with Auth0 Video Series

Expand Down
1 change: 1 addition & 0 deletions articles/videos/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Learn about digital identity including OAuth2, OpenID Connect, calling APIs, and get started with your Auth0 Implementation.
classes: video-page
public: false
---
# Auth0 Videos

Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/01-introduction-to-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: A whirlwind tour of identity history, concepts, and terminology - protocols, open standards, SSO, OAuth2, OpenID Connect and more.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# Introduction to Identity

A whirlwind tour of identity history, concepts, and terminology: protocols, open standards, SSO, OAuth2, OpenID Connect and more.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/02-oidc-and-oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: OpenID Connect and OAuth specifications, roles, and grants.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# OpenID Connect and OAuth2

OpenID Connect and OAuth specifications, roles and grants.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/03-web-sign-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: Authentication for web applications using OpenID Connect.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# Web Sign-In

Authentication for web applications using OpenID Connect.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/04-calling-an-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: How to obtain and use access and refresh tokens for delegated authorization in a traditional web application.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# Calling an API

How to obtain and use access and refresh tokens for delegated authorization in a traditional web application.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/05-desktop-and-mobile-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: Authentication and delegated authorization for desktop and mobile applications and a public client overview.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# Desktop and Mobile Apps

Authentication and delegated authorization for desktop and mobile applications and a public client overview.
Expand Down
2 changes: 2 additions & 0 deletions articles/videos/learn-identity/06-single-page-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
description: Authentication and delegated authorization for single page applications.
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
<!-- markdownlint-disable-->
# Single Page Apps

Authentication and delegated authorization for single page applications.
Expand Down
1 change: 1 addition & 0 deletions articles/videos/learn-identity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: Learn about digital identity including OAuth2, OpenID Connect, calling APIs, and more!
classes: video-page
image: https://cdn2.auth0.com/docs/media/articles/learn-identity/learn-identity-og-image.jpg
public: false
---
# Learn Identity

Expand Down
Loading

0 comments on commit d2ce1b0

Please sign in to comment.