How to use ConfigurationManager? (Microsoft.IdentityModel.Protocols)
问题 I was recently forced to update my System.IdentityModel.Tokens.Jwt NuGet package to 5.1.4 because of another NuGet package. Most of the code after changes seem easy enough to solve, but now ConfigurationManager<OpenIdConnectConfiguration>() takes two arguments instead of one! I can not find any example of how to use this new version of the Configuration manager! I use it as part of this code: string stsDiscoveryEndpoint = string.Format("{0}/.well-known/openid-configuration", authority);