0.1.2-preview
Pre-release
Pre-release
jmprieur
released this
07 May 13:13
·
1425 commits
to master
since this release
New Features
- Microsoft Identity Web now uses an IHttpClientFactory to implement resilient HTTP requests. The ASP.NET Core
IHttpClientFactory
manages the pooling and lifetime of the underlyingHttpClientMessageHandler
instances, which avoids port exhaustion and common DNS problems that occur when manually managing HttpClient lifetimes. More details on this feature here.
Bug Fixes:
-
Performance improvement: AadIssuerValidator class now caches the authority aliases under the correct cache key. See issue for more details.
-
When not including the ClientSecret in appsettings.json, a null reference exception was thrown when acquiring the authorization code with MSAL.NET. Microsoft Identity Web now checks all the required options and responds with actionable error messages if any are missing. See issue for more details.