Releases: AzureAD/azure-activedirectory-library-for-objc
Releases · AzureAD/azure-activedirectory-library-for-objc
2.1.0 Beta 4
- 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
- The period between the "pre" and "3" was removed
2.1 Beta 3
- 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
- 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
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)
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