https で動作する SelfHost を使用した ThinkTecture IdentityServer の実例はありますか?
プロジェクト自体とサンプルの別のプロジェクトでサンプルを検索しました
- https://github.com/thinktecture/Thinktecture.IdentityServer.v3
- https://github.com/thinktecture/Thinktecture.IdentityServer.v3.Samples
私が見つけたものはすべてに含まれてRequireSsl = false
おり、http への事前設定されたIdentityServerOptions
URL (例: http://loсalhost:3333/core) です。https に変更しようとすると、IDX10803: Unable to create to obtain configuration from...
私が必要としているのは、実際の例または手順、そのサンプルを https で実行するように変更する方法です。必要に応じて、サンプル内のクライアントはすべて https に構成済みであると想定できます。