Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved intro page for samples #321

Merged
merged 3 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [feature request](https://github.com/DuendeSoftware/IdentityServer/discussions/new) if you are looking for a particular sample, and can't find it here.
AndersAbel marked this conversation as resolved.
Show resolved Hide resolved


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
Loading