Skip to content

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

1.2.0

05 Feb 23:12
Compare
Choose a tag to compare
  • Support for NTLM login.
  • Addition of a master header file (ADAL.h) for easy developer access to the API.
  • Fix to cancel the webview when the user clicks "Enroll" button to initiate workplace join.
  • Added "login.microsoftonline.com" to the hardcoded whitelist of AAD Authorities
  • Change default keychain accessibility attribute to kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly

1.1.12

22 Dec 20:17
Compare
Choose a tag to compare
  • Fix to ignore navigation type in the webview. It was blocking users from enrolling their device.

1.1.11

11 Dec 22:36
Compare
Choose a tag to compare
  • Added support for client assertion to acquire token.
  • Client Metric reporting support for improved service analytics.
  • Updated logging messages to include ADAL version and correlation id (#230)
  • ADAL now always sends PKeyAuth header (#229)

1.1.10

11 Nov 04:43
Compare
Choose a tag to compare

This release contains several bug fixes and updates for an improved developer experience. Given below is the changelist -

  • Fixed incorrect casing in the import that could break the build on the case sensitive file system.
  • Commented code cleanup.
  • Fixed Issue #180.
  • Fix bridging between non-ARC and ARC when calling.SecCertificateBopySubjectSummary and SecCertificateCopyData.
  • Fixed Issue #63.
  • Fixed Issue #182.
  • Fixed Issue #138.

Hotfix to address the incorrect casing in an import statement

20 Oct 04:48
Compare
Choose a tag to compare

Hotfix to address the incorrect casing in an import statement. Without this fix, the build will fail on case insensitive file systems.

Remove OpenSSL dependency

19 Oct 01:14
Compare
Choose a tag to compare

This release remove the OpenSSL dependency that was used to read certificate information.

Leaky timers fix

13 Oct 17:04
Compare
Choose a tag to compare

Added a fix for leaky timers in case of server redirects.

1.1.6: Merge branch 'master' of github.com:AzureAD/azure-activedirectory-lib…

30 Sep 23:44
Compare
Choose a tag to compare

Hotfix for double free error

24 Sep 01:44
Compare
Choose a tag to compare

This release includes -

  1. Hotfix for double free error
  2. Removing extraction of private key bits.
  3. ParentController dismissal fix.

Bug fixes and other updates

22 Sep 19:02
Compare
Choose a tag to compare

This release includes bug fixes for PkeyAuth protocol. Given below is a cumulative list of fixes and updates in 1.1.x releases.

  • Support for PKeyAuth protocol to acquire conditional access claims (device claims). Developer should add "com.microsoft.workplacejoin" to entitlements.
  • Added default keychain shared group name (com.microsoft.adalcache) for cache storage and sharing.
  • Support for configurable HTTP timeouts.
  • Fixed the issue where web request will not time out due to 100% network loss.
  • Removed PII indentifying log statements.
  • Fixed the issue where the root view controller was being dismissed upon web view cancellation.
  • Fixed memory leaks and added allocation checks.
  • Fixed cache issue where adal would error out while getting token for 3rd unique user.