Skip to content

0.1.2-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmprieur jmprieur released this 07 May 13:13
· 1425 commits to master since this release
af584f5

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 underlying HttpClientMessageHandler 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.