コミュニティのクイックスタートとサンプル

これらのサンプルは、IdentityServer組織によって管理されていません。IdentityServer組織はコミュニティサンプルにうまくリンクしますが、サンプルについては何ら保証することはできません。著者に直接お問い合わせください。

IdentityServer4 EF and ASP.NET Identity

この サンプルでは、​​EFとASP.NET IDのクイックスタート(#6と#8)を組み合わせています。

Co-hosting IdentityServer4 and a Web API

このサンプルは、APIを保護しているIdentityServerと同じホストにAPIをホストする方法を示しています。

https://github.com/brockallen/IdentityServerAndApi

IdentityServer4 samples for MongoDB

  • IdentityServer4-mongo:Quickstart#8 EntityFrameworkの設定と似ていますが、MongoDBを設定データとして使用しています。
  • IdentityServer4-mongo-AspIdentity:より洗練されたサンプルは、MongoDBを使用して設定データを使用するアイデンティティ管理用のASP.NET IDを使用します。

https://github.com/souzartn/IdentityServer4.Samples.Mongo

Exchanging external tokens from Facebook, Google and Twitter

  • 拡張認証を使用して外部認証トークンをIDサーバーのacesssトークンに交換する方法を示します。

https://github.com/waqaskhan540/IdentityServerExternalAuth

ASP.NET Core MVC RazorPages template for IdentityServer4 Quickstart UI

Razor Pages based QuickStart sample by Martin Fletcher.

.NET Core and ASP.NET Core "Platform" scenario

  • 信頼できる「内部」アプリケーションと「外部」アプリケーションとの、.NET Core 2.0およびASP.NET Core 2.0アプリケーションとの相互作用を示します。

https://github.com/BenjaminAbt/Samples.AspNetCore-IdentityServer4

Securing a Node API with tokens from IdentityServer4 using JWKS

  • IdentityServer4のJWKSエンドポイントとRS256アルゴリズムを使用してノード(Express)APIを保護する方法を示します。
  • 高品質の実稼働準備完了モジュールを使用するIdentityServer4.SamplesのNodeJsApiサンプルの代替品を提供します。

https://github.com/lyphtec/idsvr4-node-jwks