Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

ADAL.NET Version 5.1.1

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 08 Aug 19:27
· 49 commits to dev since this release
857d162

Version 5.1.1

Bug fixes:

  • When specifying a port, ADAL.NET would always make the call on port 443. ADAL.NET now honors the port specified by the developer. Issue 1627
  • On Android, using embedded webview, during log-in, when the screen orientation changed, ADAL.NET lost the information the user typed into the login screen. ADAL.NET now maintains information typed into the log in screen during screen orientation changes. See issue for more details
  • ADAL.NET was not correctly catching a network down exception. ADAL.NET now catches the exception and sets it on the correct TaskCompletionSource object. See PR for more information