Skip to content

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

2.1.0 Beta 4

17 Mar 00:23
Compare
Choose a tag to compare
2.1.0 Beta 4 Pre-release
Pre-release
  • Add a userInfo NSDictionary to the logging callback. This will contain extra information about the log statement to make it easier for teams doing telemetry off of the log statements:
//The block declaration. Needs to be weak to ensure that the pointer does not hold static reference
//to the parent class of the callback.
typedef void (^LogCallback)(ADAL_LOG_LEVEL logLevel,
                            NSString *message,
                            NSString *additionalInformation,
                            NSInteger errorCode,
                            NSDictionary *userInfo);
  • Fixes for ADAL Mac build and manual memory management.

3.0.0-pre3

19 Feb 05:53
Compare
Choose a tag to compare
3.0.0-pre3 Pre-release
Pre-release
  • The period between the "pre" and "3" was removed

2.1 Beta 3

18 Feb 01:16
Compare
Choose a tag to compare
2.1 Beta 3 Pre-release
Pre-release
  • Added blocking of insecure (http) redirects
  • Fixed a crash in ADClientMetrics when using ADAL against ADFS
  • Fixed a number of memory leaks in 32-bit Mac OS X

1.2.5

16 Feb 23:33
Compare
Choose a tag to compare
  • Fix logic in ADClientMetrics that could result in incorrect metrics being sent to the server and ADAL crashing when talking to ADFS
  • Fix a synchronization issue around ADLogger.correlationId that could cause crashes when multiple threads were hitting ADAL at the same time.
  • Block any redirects to http in the webview.
  • Add logging to token removal from the cache, and special error logging if -[ADKeychainTokenCacheStore removeAllWithError:] is called while a keychain sharing group other then the application's bundle ID is being used.

2.1 Beta 2

13 Feb 01:41
Compare
Choose a tag to compare
2.1 Beta 2 Pre-release
Pre-release

Version 2.1 Beta 2

  • 32 and 64 bit Mac Support

Version 2.1 Beta 1

  • Azure Authenticator broker support (for 3rd party Conditional Access and Certificate Auth support)

3.0.0-pre.2 (Convergence/B2C)

06 Jan 22:41
Compare
Choose a tag to compare
Pre-release

Version 3.0.0-pre.2

  • Reverted to the master version of ADStringUtils for Base64URL encoding.

Version 3.0.0-pre.1

  • First preview release of ADAL for the convergence/v2 endpoint and B2C support.
  • Resources have been replaced by the scopes and additionalScopes parameters.
  • Added policy parameter
  • Architectural changes to the request and caching models to support scopes

See: http://blogs.technet.com/b/ad/archive/2015/09/16/azure-ad-b2c-and-b2b-are-now-in-public-preview.aspx for more information on B2C

1.2.4

19 May 15:36
Compare
Choose a tag to compare
  • Support NTLM for developers who provide custom webview.

1.2.3

18 May 19:23
Compare
Choose a tag to compare
  • Fix a bug (#316) where non-ASCII input would result in a nil base64 value.

1.2.2

23 Mar 20:55
Compare
Choose a tag to compare
  • Fix a bug where a webpage would show blank screen when custom headers were sent.

1.2.1

18 Feb 21:17
Compare
Choose a tag to compare
  • Fix a crash in iOS 7.1 when NTLM alert is shown