コミュニティのクイックスタートとサンプル¶
これらのサンプルは、IdentityServer組織によって管理されていません。IdentityServer組織はコミュニティサンプルにうまくリンクしますが、サンプルについては何ら保証することはできません。著者に直接お問い合わせください。
Various ASP.NET Core security samples¶
Co-hosting IdentityServer4 and a Web API¶
このサンプルは、APIを保護しているIdentityServerと同じホストにAPIをホストする方法を示しています。
IdentityServer4 samples for MongoDB¶
- IdentityServer4-mongo:Quickstart#8 EntityFrameworkの設定と似ていますが、MongoDBを設定データとして使用しています。
- IdentityServer4-mongo-AspIdentity:より洗練されたサンプルは、MongoDBを使用して設定データを使用するアイデンティティ管理用のASP.NET IDを使用します。
Exchanging external tokens from Facebook, Google and Twitter¶
- 拡張認証を使用して外部認証トークンをIDサーバーのacesssトークンに交換する方法を示します。
ASP.NET Core MVC RazorPages template for IdentityServer4 Quickstart UI¶
.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サンプルの代替品を提供します。