Skip to content

Releases: AzureAD/microsoft-authentication-library-for-objc

0.5.0

01 Aug 00:22
2b7c503
Compare
Choose a tag to compare
  • Added initial macOS support**
  • Better resolution of authorities for silent token acquisition
  • Added backward compatibility for legacy account storages
  • Added backward compatibility for ADAL macOS cache

** This version of MSAL is the first one that has full macOS support. You're free to start your testing and integration with this version. However, we're planning to add some advanced macOS SSO features in the next MSAL release. If you're planning to take a dependency on those advanced SSO features, you should wait shipping your app to production with MSAL for macOS until the next release, but you can start testing and integration now. If you're using MSAL in a single app, you can ship now.

0.3.4

04 Jul 04:00
7b155b3
Compare
Choose a tag to compare
  • Use ASCII for PKCE instead of UTF8
  • Don't return Access token if Id token or Account are missing
  • Logging improvements

0.3.3-hotfix

30 May 00:01
b83e30f
Compare
Choose a tag to compare
  • Better handling of cases when JSON has NSNulls in serialized cache items

0.4.3

25 May 01:22
bc06096
Compare
Choose a tag to compare
  • Updated to newer v2 broker protocol version

0.3.2-hotfix

25 May 00:14
7ba9216
Compare
Choose a tag to compare
  • Updated to new v2 broker protocol

0.4.2

06 May 21:52
ce5ca1a
Compare
Choose a tag to compare
  • Applying 0.3.1 hotfix changes to latest 0.4.x release

0.3.1-hotfix

06 May 20:41
Compare
Choose a tag to compare
  • Better error handling in CBA cancellation flows
  • Don't read corrupted refresh tokens from cache

0.4.1

02 May 20:18
2066f07
Compare
Choose a tag to compare
  • Removed linked frameworks from static library targets

0.4.0

27 Apr 00:04
0914283
Compare
Choose a tag to compare
  • Updated MSAL Public API surface to be more extensible and intuitive
  • Added support for custom B2C domains
  • Improved MSAL error handling

0.3.0

22 Apr 22:32
2500760
Compare
Choose a tag to compare
  • Added Auth broker support