github AzureAD/azure-activedirectory-library-for-objc 2.2.3

latest releases: 6.0.5, 6.0.4, 6.0.3...
7 years ago
  • Fixed an issue where federated endpoints redirecting to URLs that would trigger URL canonicalization would cause ADAL to go to that endpoint twice. This was causing some non-ADFS federated endpoints to fail.
  • (Mac Only) Fixed thread safety issues in -[ADTokenCache serialize] (#710)
  • Allow redirect URIs that start with "http://". however we still will not traverse those pages but we will get the authorization code from the URL. (#720)
  • Separate out the library build targets so applications including ADAL's project file as a subproject can pull in either the Framework cleanly. However using both the framework and static library can still cause issues. This is an unavoidable side effect of the header search order in Xcode. (#693)
  • Created a separate framework build target for iOS extension-safe ADAL.
  • Properly set the minimum supported SDK version for ADAL framework to iOS 8.0 (#694)
  • Added a Swift Sample App (#97)

Don't miss a new azure-activedirectory-library-for-objc release

NewReleases is sending notifications on new releases.