This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
ADAL.NET Version 5.1.0
Version 5.1.0
Bug fixes:
- When returning from broker, a null ref is thrown in the token response. ADAL.NET now returns an error message and handles the null ref correctly. ADAL issue 1606
- ADAL.NET will throw a null ref if there is no UserInfo, for example in the AuthCode flow. ADAL.NET now handles a null value in UserInfo and, if no IdToken present, will not attempt to create an MSAL refresh token and account object. ADAL issue 1604
- At times, ADAL.NET would throw a null ref when getting a 504 from Gateway when instance discovery fails. ADAL.NET now has more guards against null checks and more logging in this part of the code. ADAL issue 1610
- Made the class AuthenticationParameters usable again. This utility class will make an un-authenticated request to a protected resource and extract the authority and the resource from the Unauthorized response header ADAL issue 1599