Skip to content

4.18.0

Compare
Choose a tag to compare
@trwalke trwalke released this 02 Sep 20:21
57c5a24

4.18.0

New Features:
MsalServiceException now allows for the setting of the headers, the response body and the correlation id. This allows developers to more easily mock the MsalServiceException. See issue #1977 for details.
MSAL now supports regionalization to keep traffic inside a geographical area. See issue #1956 for details.
MSAL now supports Proof of Possession (POP) on confidential client applications. See issue #1946 for details.

Bug Fixes:
When the parsing of a WsTrust error fails, MSAL will now return the entire body. This allows for a better understanding of the error. See issue #1984 for details.
When creating an HttpClient we were forcing a ServicePointManager.DefaultConnectionLimit = 30. The fix removes the setting of the connection limit (though the max limit in the config setting is updated to 50 connections it's not set for net desktop and net core. See issue #1992.