azure-activedirectory-identitymodel-extensions-for-dotnet
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard
Expand API's to allow for IHttpClientFactory in addition to HttpClient
In multiple places we either accept an HttpClient or reuse the same one. We should expand our API's to: ConfigurationManager HttpDocumentRetriever WsFederationConfigurationRetriever OpenIdConnectConfigurationRetriever AadIssuerValidator
Scan to see if any other opportunities exist.
Opened in asp.net: https://github.com/aspnet/AspNetCore/issues/10542
@brentschmaltz talk to @rynowak, he has some thoughts about how this should be exposed.