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

ADAL.NET Version 5.2.5

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 14 Dec 00:07
· 28 commits to dev since this release
e76a187

Version 5.2.5

Bug Fixes:
Due to network timeouts, hitting the instance discovery endpoint may time out. ADAL.NET now returns a more explicit error message. Issue
On iOS 13, the IsBrokerResponse method can return true if SourceApplication is null, which later resulted in a null ref on non-broker related calls. ADAL.NET now checks the openUrl is a broker response before proceeding. Issue
On Android with embedded webview, when setting up the password reset, the security information drop boxes were not active. ADAL.NET now uses the correct Activity context in the embedded webview. Issue