Skip to content

Commit

Permalink
Removing an issue which was not fixed in 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored May 7, 2020
1 parent 2739123 commit af584f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
============
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](https://github.com/AzureAD/microsoft-identity-web/issues/6).
**Developers can now set their own RedirectUri to handle differences in development and deployment of an application**. See [issue](https://github.com/AzureAD/microsoft-identity-web/issues/115) for more details.

Bug Fixes:
Performance improvement: **AadIssuerValidator class now caches the authority aliases under the correct cache key**. See [issue](https://github.com/AzureAD/microsoft-identity-web/issues/51) for more details.
Expand Down

0 comments on commit af584f5

Please sign in to comment.