Skip to content

Commit

Permalink
Add yt references
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Guijt committed Aug 22, 2024
1 parent 919da7d commit 5c4fccd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IdentityServer/v7/docs/content/quickstarts/3_api_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions IdentityServer/v7/docs/content/quickstarts/4_ef.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c4fccd

Please sign in to comment.