Skip to content

Commit

Permalink
Merge pull request #321 from DuendeSoftware/anders/sample-toc
Browse files Browse the repository at this point in the history
Improved intro page for samples
  • Loading branch information
brockallen authored Aug 10, 2023
2 parents 1459eba + b39316e commit f2c4d98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions IdentityServer/v6/docs/content/samples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ chapter = true

# Samples

Our samples [repository]({{< param samples_base >}}) contains various samples for IdentityServer, BFF and typical application scenarios.
We have a collection of runnable samples for various scenarios. Each sample typically self contained with both an IdentityServer instance and
clients/APIs needed to demonstrate the functionality.

{{%children style="li" /%}}

The source code for the samples are in our samples [repository]({{< param samples_base >}}).

Feel free to open a new Bff or IdentityServer [issue ](https://github.com/DuendeSoftware/Support/issues/new/choose) if you are looking for a particular sample, and can't find it here.


Feel free to open a new [feature request](https://github.com/DuendeSoftware/IdentityServer/discussions/new) if you are looking for a particular sample, and can't find it here.
2 changes: 1 addition & 1 deletion IdentityServer/v6/docs/content/samples/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Key takeaways:
The [Sustainsys.Saml2](https://saml2.sustainsys.com) open source library adds Saml2 protocol support to Asp.Net Core. It can be used together with the
Duende dynamic identity providers feature. The sample is minimalistic to show a simple Saml2 config and does not handle the complete set of Saml2 config options.

[link to source codde](https://github.com/Sustainsys/Saml2.Samples/tree/main/v2/DuendeDynamicProviders)
[link to source code](https://github.com/Sustainsys/Saml2.Samples/tree/main/v2/DuendeDynamicProviders)

### Client Initiated Backchannel Login (CIBA)
This sample shows how a client can make [CIBA]({{< ref "/ui/ciba">}}) login requests using Duende IdentityServer.
Expand Down

0 comments on commit f2c4d98

Please sign in to comment.