Skip to content

Commit

Permalink
Merge pull request #502 from DuendeSoftware/roland/addqsyoutubelinks
Browse files Browse the repository at this point in the history
Add YouTube links for templates, client credentials and interactive quickstarts
  • Loading branch information
brockallen authored Jul 22, 2024
2 parents 2e820f5 + 6e24f66 commit 2f89394
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IdentityServer/v7/docs/content/quickstarts/0_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ dotnet new install Duende.IdentityServer.Templates
```

They will be used as a starting point for the various tutorials.

{{< youtube cxYmODQHErM >}}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Finished source code for each quickstart in this series is available in the
[Samples]({{< param qs_base >}}) repository, and a reference implementation of
this quickstart is available [here]({{< param qs_base >}}/1_ClientCredentials).

## Video
In addition to the written steps below there's also a YouTube video available:

{{< youtube 3-1QY8s2C9k >}}

## Preparation
The IdentityServer templates for the dotnet CLI are a good starting point for
the quickstarts. To install the templates open a console window and type the
Expand Down
5 changes: 5 additions & 0 deletions IdentityServer/v7/docs/content/quickstarts/2_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ implementation. You will also need to [install the IdentityServer templates]({{<

{{% /notice %}}

## Video
In addition to the written steps below there's also a YouTube video available:

{{< youtube "4aYj4xb7_Cg" >}}

## Enable OIDC in IdentityServer
To enable OIDC in IdentityServer you need:
- An interactive UI
Expand Down

0 comments on commit 2f89394

Please sign in to comment.