Releases: AzureAD/azure-activedirectory-library-for-objc
Releases · AzureAD/azure-activedirectory-library-for-objc
2.7.9
- Hotfix for Mac OS to query WPJ cert using issuers from authentication challenge (#1391)
2.7.8
- Skip user check on acquire token silent.
4.0.0
- Support any version of server telemetry (#1287)
- Don't use certificate from identity when creating credential in clientTLS handler (#1286)
- Use WKWebView instead of UIWebView for iOS and WebView for macOS (#1262)
- Pass claims challenge to the token endpoint (#1274)
- ADAL now supports iOS 10+ and macOS 10.11+ only
- WKWebView drops network connection if device got locked on iOS 12. It is by design and not configurable.
Note that this version is not yet compatible with the latest MAM SDK, as it requires WKWebView support. If you're using MAM SDK, please use ADAL 2.7.x until we update MAM SDK to support WKWebView.
2.7.7
- Don't log ADAL version on load (#1359)
- Fixed userId returned for ADFS onPrem scenarios (#1357)
- Return user displayable ID for Intune app protection scenarios (#1358)
2.6.8
- Return user displayable ID for Intune app protection scenarios (#1358)
2.7.6
- Don't dispatch ADAL callback to the main thread (#1350)
- Changed teamIDHint to avoid conflicts with other SDKs (#1346)
2.6.7
- Changed default teamID hint to avoid conflicts with other apps and added more logging for the teamID retrieval (#1345)
2.7.5
- Don't fail acquireToken when saving to cache fails (#1338)
- Fixed warnings
2.7.4
- Added support to send claims to the token endpoint (#1272)
- Patch teamID when it was written with incorrect accessible type by other SDKs
- Improve co-existence with ADAL.NET
2.6.6
- Added support to send claims to the token endpoint (#1272)
- Patch teamID when it was written with incorrect accessible type by other SDKs (#1328)