Skip to content

Releases: AzureAD/microsoft-authentication-library-for-objc

0.2.1

31 Oct 01:56
Compare
Choose a tag to compare
  • Fix clang analyzer issues.
  • Improved schema compatibility with other MSAL/ADAL SDKs
  • Optimize silent requests

Note:

  • WKWebView drops network connection if device got locked on iOS 12. It is by design and not configurable.

0.2.0

22 Sep 02:31
aba7aad
Compare
Choose a tag to compare
  • Support for different authority aliases
  • Support for sovereign clouds
  • Support for claims challenge
  • Better resiliency in case of server outages

0.1.4

13 Sep 02:37
Compare
Choose a tag to compare
  • Cache coexistence with older ADAL versions
  • Support for SFAuthenticationSession
  • Support for WKWebView

0.1.3

24 Apr 00:34
Compare
Choose a tag to compare

[0.1.3] - 2018-04-23

Added

  • CocoaPods podspec

0.1.2

01 Feb 03:26
9b614c3
Compare
Choose a tag to compare

[0.1.2] - 2018-01-31

Added

  • GDPR compliance mechanism for MSAL logs and telemetry through PII enabled/disabled flags
  • Sample app in Swift

Corrected

  • Nullability identifiers in some classes

0.1.1

10 May 19:27
Compare
Choose a tag to compare

Changed

  • MSAL for ObjC no longer targets test slice by default (#195)

0.1

09 May 02:26
Compare
Choose a tag to compare
0.1

Added

  • Initial BUILD Preview Release of MSAL for ObjC!
  • The initial MSAL for ObjC preview only support iOS 9 and later. macOS support will later.
  • Support for native client token acquisition using MSALPublicClientApplication
  • Interactive auth support using SFSafariViewController
  • iOS Keychain token caching
  • Logging via registered callback in MSALLogger
  • Telemetry events via registered callback in MSALTelemetry

Important Note about the MSAL Preview

These libraries are suitable to use in a production environment. We provide the same production level support for these libraries as we do our current production libraries. During the preview we reserve the right to make changes to the API, cache format, and other mechanisms of this library without notice which you will be required to take along with bug fixes or feature improvements This may impact your application. For instance, a change to the cache format may impact your users, such as requiring them to sign in again and an API change may require you to update your code. When we provide our General Availability release later, we will require you to update your application to our General Availabilty version within six months to continue to get support.