Skip to content

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

1.15.2

07 Oct 22:42
377ece4
Compare
Choose a tag to compare

Release Notes

Version 1.15.2

  • Feature flag gating STK querying and getting rid of category for its setter. (#1586)

Changes:

This list of changes was auto generated.

1.15.1

25 Sep 21:29
4ba6789
Compare
Choose a tag to compare

Release Notes

Version 1.15.1
Allow cookies in duna resume request #1574

Changes:

  • #1579: Merge Hotfix/1.15.1 to main
  • #1577: Cherry Pick Duna Fix and Update Changelog
  • #1570: Kasong/main 1.12.1 compatible
  • #1569: Update change log

This list of changes was auto generated.

Hotfix 1.12.1

17 Sep 19:52
a882e9d
Compare
Choose a tag to compare
  • Remove a line that could cause crash when XPC service refuse to take the incoming connection (#1566)
  • Resolve UBSan issue due to Xpc protocol I/O (#1566)

1.15.0

09 Sep 00:42
5f27cd7
Compare
Choose a tag to compare

Release Notes

Version 1.15.0

  • Query and populate ECC STK in Workplacejoin information for iOS (#1555)

Changes:

  • #1562: Release/1.15.0
  • #1561: change log updates
  • #1555: Query and populate STK in Workplacejoin information for iOS ECC
  • #1554: Use parent anchor window as a fallback for presenting the xpc sign-in…
  • #1550: Add flag for PSSO registration in progress to MSDIExternalSSOContext
  • #1552: ByPass RedirectUrlValidation for Native Edge Browser SSO flow
  • #1549: Fix AppInfo for Edge Native MSALJS Native Bridge Brower SSO Flow
  • #1547: Add log to print URL protocol in path and stmt when http body is nil
  • #1546: Merge Release 1.14.0 back to dev

This list of changes was auto generated.

1.14.0

01 Aug 21:25
cf9450c
Compare
Choose a tag to compare

Release Notes

Version 1.14.0

  • Added state validation to DUNA flow (#1543)

Changes:

  • #1545: Release/1.14.0
  • #1544: Added flag for duna state validation
  • #1543: Duna State Validation
  • #1542: Fix duplicated symbol error [automation]
  • #1541: Merge Release 1.13.0 back to dev

This list of changes was auto generated.

1.13.0

06 Jul 07:47
b2e54cf
Compare
Choose a tag to compare

Release Notes

Version 1.13.0

  • Improve logic for checking camera consent suppression flags (#1538)
  • Fix a potential crash related to webview in iOS26 (#1537)
  • Improve JIT troubleshooting in legacy auth flow (#1535)
  • Added ephemeral browser session to DUNA (#1534)

Changes:

  • #1539: Release/1.13.0
  • #1540: Address new UI for MSAL Automation
  • #1538: Check for both possible camera consent suppression flags in user defaults
  • #1537: Execute loadRequest on Main Thread
  • #1536: Update log level for message about FRT status not updated from Error to Info
  • #1535: JIT troubleshooting in legacy auth flow
  • #1534: Added ephemeral browser session to duna
  • #1533: Merge release 1.12.0 into dev

This list of changes was auto generated.

1.12.0

04 Jun 21:56
8b4a301
Compare
Choose a tag to compare

Release Notes

Version 1.12.0

  • Add classes to define jwe_crypto and APV (#1522)
  • Add Request class to get nonce from server (#1525)
  • Fix crash when adding existing RT on interactive calls (#1528)
  • Disable preferred identity in CBA flow (#1529)
  • Update minimum version to iOS 16.0 and MacOS 11.0 (#1524)

Changes:

  • #1531: Release 1.12.0
  • #1532: fix for github issue 2624
  • #1524: Update min deployment versions to iOS 16, macOS 11
  • #1522: Add method to generate jwe crypto from a given EC key
  • #1530: Add early return in if block
  • #1525: Shift nonce acquisition code from broker to common-core
  • #1529: Disable preferred identity in CBA flow
  • #1528: SFRT updates
  • #1527: Fix MSAL Automation
  • #1520: Handle account removed suberror in brokers and MSALs
See More
  • #1523: Update enums for xpc mode naming
  • #1508: [Ready for Review] Add XPC interactive Logic
  • #1521: Fidelianawar/merge release 1.11.0 into dev
  • #1517: Run common core pipelines against OneAuth instead of MSALCPP

This list of changes was auto generated.

1.11.0

02 May 22:16
bc0e612
Compare
Choose a tag to compare

Release Notes

Version 1.11.0

  • Use a single family refresh token (#1470)
  • Improve browser core logs #1506

Changes:

  • #1512: Release/1.11.0
  • #1519: Exclude telemetry from MSAL C++
  • #1515: Fix condition to log error when getting RT for SFRT
  • #1514: Add extra cases that don't need to pass existing RT
  • #1513: Update changelog.txt
  • #1511: [MSAL.2x]Msal 2x breaking changes merge to dev
  • #1470: Use single FRT
  • #1510: [MSAL2.x]Refactor redirect uri verifier
  • #1506: Improve browser core logs
  • #1509: [MSAL2.x]Ensure valid broker capable redirect URI is required for AAD scenarios
See More
  • #1502: [Read for Review] Add XPC canPerformRequest logic in CommonCore
  • #1505: Merge release 1.10.0 to dev
  • #1503: Adding issue templates
  • #1482: [SigninSilent only] CommonCore interface for XPC silent request.
  • #1495: Kasong/cpp pipeline validation

This list of changes was auto generated.

1.10.0

04 Apr 01:36
52c1926
Compare
Choose a tag to compare

Release Notes

Version 1.10.0

  • Fix resume response handling in DUNA #1493
  • Update supported contracts api #1492
  • Add feature flags provider to be controlled from broker (#1489)

Changes:

  • #1501: Release 1.10.0
  • #1500: Merge main into release
  • #1498: Add nullable to crossDomainHeaderProvider
  • #1494: Loading spinner fix - check if webview navigation action targeted to main frame
  • #1489: Add feature flags provider to be controlled from broker
  • #1493: Fix resume response handling in DUNA
  • #1492: Update supported contracts api
  • #1491: Update broker submodule check to test on visionOS
  • #1490: Release/1.9.0
  • #1488: Add SsoExt identifier into MSIDDeviceInfo

This list of changes was auto generated.

1.9.1

28 Mar 01:06
8db3b9f
Compare
Choose a tag to compare

Release Notes

Version 1.9.1

  • Cherry pick DUNA "resume" action fix #1496

Changes:

  • #1497: Merge hotfix/1.9.1 in main
  • #1496: Cherry pick DUNA "resume" action fix

This list of changes was auto generated.