From 7695aa830917fab408345763fc39707e8a3f0a02 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Wed, 9 Aug 2023 10:16:36 +0200 Subject: [PATCH 1/3] Typo fix --- IdentityServer/v6/docs/content/samples/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/samples/ui.md b/IdentityServer/v6/docs/content/samples/ui.md index a1798adc..ef5d556d 100644 --- a/IdentityServer/v6/docs/content/samples/ui.md +++ b/IdentityServer/v6/docs/content/samples/ui.md @@ -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. From 2d74166bfff7891fa6a09fddbd02e06673a4ca17 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Wed, 9 Aug 2023 10:21:40 +0200 Subject: [PATCH 2/3] Improved intro page samples --- IdentityServer/v6/docs/content/samples/_index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/IdentityServer/v6/docs/content/samples/_index.md b/IdentityServer/v6/docs/content/samples/_index.md index 3d9df073..c10d21e1 100644 --- a/IdentityServer/v6/docs/content/samples/_index.md +++ b/IdentityServer/v6/docs/content/samples/_index.md @@ -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 [feature request](https://github.com/DuendeSoftware/IdentityServer/discussions/new) 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. \ No newline at end of file From b39316ef1af79624a31be35d55c134d5f194b1a6 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Thu, 10 Aug 2023 10:24:19 +0200 Subject: [PATCH 3/3] Update link --- IdentityServer/v6/docs/content/samples/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/samples/_index.md b/IdentityServer/v6/docs/content/samples/_index.md index c10d21e1..739e6971 100644 --- a/IdentityServer/v6/docs/content/samples/_index.md +++ b/IdentityServer/v6/docs/content/samples/_index.md @@ -13,6 +13,6 @@ clients/APIs needed to demonstrate the functionality. The source code for the samples are in our samples [repository]({{< param samples_base >}}). -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. +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.