Skip to content

2.2.1

Compare
Choose a tag to compare
@RPangrle RPangrle released this 01 Jul 03:31
· 2487 commits to master since this release
  • Added support for iOS 9's -application:openURL:options: method (#662)
  • Fixed a bug that caused the NTLM dialog to not appear (#666)
  • Properly handle keychain errors that happen while retrieving Workplace Join information (#685)
  • Added support for ADAL to use Keychain access groups in the Simulator when available (#670)
  • Fixed the include path when consuming ADAL as a static library (#630)
  • Error codes will appear as strings (ie. "AD_ERROR_SERVER_USER_INPUT_REQUIRED") in error messages now.
  • Limited support for App Extensions. ADAL now has an app extension safe build in both the Xcode project (iOS static lib only) and CocoaPod. Interactive Auth is not supported in extensions as well. (#560)
  • Fixed a bug that caused ADAL to erroneously unpercent encode query parameters being passed on. (#689)