Skip to content

Releases: AzureAD/azure-activedirectory-library-for-objc

2.7.3

05 Oct 01:58
427b729
Compare
Choose a tag to compare
  • Fix occasional keychain util crash #1311

2.7.2

28 Sep 22:28
779a48a
Compare
Choose a tag to compare
  • Fix iOS static library output.

2.7.1

21 Sep 23:50
2d0e712
Compare
Choose a tag to compare
  • Fix issues with the framework compilation and add correct bundle version to the framework

2.7.0

13 Sep 01:17
Compare
Choose a tag to compare
  • Add new API to skip access token in cache by passing a forceRefresh parameter (#1234)
  • Intune enrollment id support for MAM scenarios (#1232)
  • Cache co-existence with apps using MSAL Objective-C and MSAL .NET SDKs

2.6.5

03 Aug 00:36
68fb5ad
Compare
Choose a tag to compare
  • Skip tombstones in macOS token cache lookups (#1258)

2.6.4

19 Jul 23:28
67a3f8c
Compare
Choose a tag to compare
  • Improved Negotiate handler to decide if it should use default handling or reject for macOS authentication (#1181)
  • ADCertAuthHandler should match preferred identity by both host and URL for macOS certificate based authentication (#1183)
  • Reject protection space when no suitable cert is found for macOS certificate based authentication (#1190)
  • Add new API to skip access token in cache by passing a forceRefresh parameter (#1205)
  • Intune enrollment id support (#1218, #1219, #1209, #1210, #1211, #1212, #1217)

2.6.3

25 Apr 23:46
a66f7f6
Compare
Choose a tag to compare

Fixed iOS 11.3 issue, when backgrounding application during the interactive authentication fails the login flow (#1196)

2.6.2

27 Mar 23:58
Compare
Choose a tag to compare
  • Fix a bug in remove APIs that could cause user not being completely removed (#1175)
  • Send openid scope for acquireTokenWithRefreshToken API (#1172)

2.6.1

15 Feb 23:45
Compare
Choose a tag to compare
  • Fix 'UI API called on a background thread' warning in ADBrokerHelper (#1100)

2.6.0

01 Feb 04:34
31b43b7
Compare
Choose a tag to compare
  • Improved handling for guest users (#1078)
  • instance_aware=true flow support for sovereign clouds (#1083)
  • Added PII flag to logs and telemetry (#1088, #1091, #1093)
  • Added an API to remove all tokens for a specified user Id for GDPR compliance (#1097)
  • Return error headers to the app developer (#1102)
  • Don’t block loading of about:blank pages (#1118)