From 5c4fccdfbda95f45e4d18a5f7a6edc10d043b4d9 Mon Sep 17 00:00:00 2001 From: Roland Guijt Date: Thu, 22 Aug 2024 16:12:36 +0200 Subject: [PATCH] Add yt references --- IdentityServer/v7/docs/content/quickstarts/3_api_access.md | 4 ++++ .../v7/docs/content/quickstarts/3a_token_management.md | 4 ++++ IdentityServer/v7/docs/content/quickstarts/4_ef.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/IdentityServer/v7/docs/content/quickstarts/3_api_access.md b/IdentityServer/v7/docs/content/quickstarts/3_api_access.md index 43fd50e0..b16e360a 100644 --- a/IdentityServer/v7/docs/content/quickstarts/3_api_access.md +++ b/IdentityServer/v7/docs/content/quickstarts/3_api_access.md @@ -11,6 +11,10 @@ The previous quickstarts introduced [user authentication]({{< ref "2_interactive" >}}). This quickstart will bring the two together. +In addition to the written steps below a YouTube video is available: + +{{< youtube "zHVmzgPUImc" >}} + OpenID Connect and OAuth combine elegantly; you can achieve both user authentication and api access in a single exchange with the token service. diff --git a/IdentityServer/v7/docs/content/quickstarts/3a_token_management.md b/IdentityServer/v7/docs/content/quickstarts/3a_token_management.md index 0d3432ef..9a89f1b1 100644 --- a/IdentityServer/v7/docs/content/quickstarts/3a_token_management.md +++ b/IdentityServer/v7/docs/content/quickstarts/3a_token_management.md @@ -8,6 +8,10 @@ Welcome to this Quickstart for Duende IdentityServer! The previous quickstart introduced [API access]({{< ref "3_api_access" >}}) with interactive applications, but by far the most complex task for a typical client is to manage the access token. +In addition to the written steps below a YouTube video is available: + +{{< youtube "W8jtc2Ou1d4" >}} + Given that the access token has a finite lifetime, you typically want to - request a refresh token in addition to the access token at login time diff --git a/IdentityServer/v7/docs/content/quickstarts/4_ef.md b/IdentityServer/v7/docs/content/quickstarts/4_ef.md index 1ad1d099..1376c0d0 100644 --- a/IdentityServer/v7/docs/content/quickstarts/4_ef.md +++ b/IdentityServer/v7/docs/content/quickstarts/4_ef.md @@ -8,6 +8,10 @@ Welcome to Quickstart 4 for Duende IdentityServer! In this quickstart you will move configuration and other temporary data into a database using Entity Framework. +In addition to the written steps below a YouTube video is available: + +{{< youtube "GKSp3StwaVA" >}} + {{% notice note %}} We recommend you do the quickstarts in order. If you'd like to start here, begin