azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

Expand API's to allow for IHttpClientFactory in addition to HttpClient

Open brentschmaltz opened this issue 6 years ago • 1 comments

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 avatar May 30 '19 01:05 brentschmaltz

@brentschmaltz talk to @rynowak, he has some thoughts about how this should be exposed.

Tratcher avatar Jun 03 '19 18:06 Tratcher