Skip to content

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

1.2.5

14 Oct 20:44
Compare
Choose a tag to compare

Release Notes

  • Expose additional device information by tenantId

Changes:

  • #1577: MSAL 1.2.5 release
  • #1583: Update version number
  • #1575: Fixed MSAL build
  • #1568: Fetch device metadata info (UPN, tenant Id, Device Id) for specific tenant Id
  • #1573: Update common core
  • #1571: Save automation artifacts using pipeline Job Id
  • #1569: Add task to delete previous automation run results
  • #1537: Added browser SSO automation parameters
  • #1564: Disable bitcode flag everywhere
  • #1550: Release 1.2.4
See More
  • #1558: Merge master in dev
  • #1541: Ignore sign in status on account removal from ODSP cache
  • #1543: Update common core.
  • #1552: disable bitcode everywhere
  • #1483: Refactor automation
  • #1548: Disable CBA in automation
  • #1557: Revert disable bitcode
  • #1547: Upgrading submodule with integrate telemetry for flw and multiple registrations
  • #1542: Update Dict key and value to be of type String
  • #1530: Expose objectId for mam support
  • #1536: Merge release 1.2.3 into dev

This list of changes was auto generated.

1.2.4

21 Sep 01:19
Compare
Choose a tag to compare

Release Notes

  • Expose extra deviceInfo
  • Ignore sign in status on account removal from ODSP cache #1541

Changes:

  • #1550: Release 1.2.4
  • #1541: Ignore sign in status on account removal from ODSP cache
  • #1543: Update common core.
  • #1552: disable bitcode everywhere
  • #1483: Refactor automation
  • #1548: Disable CBA in automation
  • #1557: Revert disable bitcode

This list of changes was auto generated.

1.2.3

12 Aug 20:59
Compare
Choose a tag to compare

Release Notes

  • Stop extra background tasks in the system webview case.
  • Minor fixes.

Changes:

  • #1534: Release/1.2.3
  • #1535: Include MSAL related fixes from common core to change log
  • #1532: Update changelog
  • #1529: [MSAL] Add detailed SSO-JIT telemetry
  • #1522: Fix cid parsing
  • #1519: 1952667-Exclude MSAL requests from Browser SSO requests
  • #1516: Store PRT recovery timestamp
  • #1513: Pick up the commit of enbling bitcode in CommonCore
  • #1511: Merge release1.2.2 into dev

This list of changes was auto generated.

1.2.2

20 Jun 19:28
Compare
Choose a tag to compare

Release Notes

  • Minor fixes & CI changes.

Changes:

  • #1509: Release/1.2.2
  • #1507: Add more logs to debug WPJ issues
  • #1504: Fixed msidURLWithQueryParameters when multiple keys have same name subcomponents #1112
  • #1112: Azure AD Device registration. ( Works only in specific workflow )
  • #1506: Update PKeyauth headers to variable that can change depending on pkey…
  • #1498: Add Darwin notification listener to Test App for FLW testing
  • #1494: Install python only when previous tasks fail
  • #1500: Fix handling protection_policies_required in silent flow
  • #1492: Install python only when previous tasks fail
  • #1491: Adding task to create github issue when automation pipeline fails
See More
  • #1476: Correct link to library reference and grammatical errors in readme
  • #1477: Merge release 1.2.1 back to dev

This list of changes was auto generated.

1.2.1

20 Apr 02:59
Compare
Choose a tag to compare

Release Notes

  • Fixed zipping in release pipeline to preserve symlinks in xcframework

Changes:

  • #1474: Fix spm yaml file in the 1.2.1 release
  • #1475: Merge master into release branch
  • #1473: Fix incorrect yaml file in release branch
  • #1470: Release 1.2.1
  • #1472: Fix merge conflicts with master in release branch
  • #1471: Add Tenant and Resource for easy cross-cloud testing
  • #1464: Update common core.
  • #1458: Update identitycore to hash 8d09a5de
  • #1456: Correcting release pipeline to zip with preserving symlinks
  • #1452: Kaisong1990/merge master to dev
See More
  • #1429: Merge release 1.1.26 in master
  • #1444: Release/1.2.0
  • #1432: Merge master in dev
  • #1425: Add SBOM task
  • #1439: Add more logs in getDeviceInfo flow due to an IcM
  • #1442: Kaisong1990/resolve merge release conflicts
  • #1445: Kaisong1990/update automation device version
  • #1450: Update CommonCore submodule to align with its latest master hash
  • #1448: Jason/cross cloud automation
  • #1426: Wipe cache for all accounts - MSAL
  • #1436: Changes to expose Mdm Id via Device Info sso ext request
  • #1438: Multi-tenant PkeyAuth support
  • #1440: Update MSAL.podspec
  • #1424: Updating common-core for fix in embedded wv
  • #1422: Merge release1.1.25 to dev
  • #1417: update common core submodule that has more string extension methods.

This list of changes was auto generated.

1.2.0

02 Mar 23:58
Compare
Choose a tag to compare

Release Notes

  • Multi-tenant PkeyAuth support in MSAL (#1438)
  • Add support to wipe cache for all accounts (#1426)

Changes:

  • #1444: Release/1.2.0
  • #1432: Merge master in dev
  • #1429: Merge release 1.1.26 in master
  • #1425: Add SBOM task
  • #1439: Add more logs in getDeviceInfo flow due to an IcM
  • #1442: Kaisong1990/resolve merge release conflicts
  • #1445: Kaisong1990/update automation device version
  • #1450: Update CommonCore submodule to align with its latest master hash

This list of changes was auto generated.

1.1.26

20 Jan 21:54
Compare
Choose a tag to compare

Release Notes

  • Added more string utils in common core (#1417)
  • Fixed links in iframe to open in themselves instead of browser for embedded web views (#1424)

Changes:

  • #1429: Merge release 1.1.26 in master

This list of changes was auto generated.

1.1.25

09 Dec 18:35
Compare
Choose a tag to compare

Release Notes

  • Added public API to pass EQP to the /token endpoint (#1406)
  • Return device join status regardless of SSO extension error(#1403)

Changes:

  • #1412: merge release branch to master
  • #1421: Fix sso ext eqp
  • #1419: Fix broker EQP
  • #1415: Remove blackforest UI tests
  • #1413: remove fastlane
  • #1403: Added support to return device registration details in all the cases
  • #1406: Public API to pass EQP to the /token endpoint
  • #1405: update to 4aa650eec4819c8ddd57bb00ac93160c28f0a08d
  • #1398: Enable additional warnings
  • #1402: Merge hotfix 1.1.24 in dev
See More
  • #1399: [Hotfix] Use base64URLEncoding for RSA modules
  • #1395: Fix to resolve conflicts in publishing public docs
  • #1394: Merge release 1.1.23 into dev

This list of changes was auto generated.

1.1.24

01 Nov 18:44
1ebe14d
Compare
Choose a tag to compare

Release Notes

  • Use base64URLEncoding for RSA modules (#1399)

Changes:

  • #1399: Use base64URLEncoding for RSA modules

This list of changes was auto generated.

1.1.23

19 Oct 21:48
Compare
Choose a tag to compare

Release Notes

  • Add helper for cross cloud B2B support in broker (#1370)
  • Add support of "create" prompt (#1384)
  • Fixed bug where background task was prematurely ended. (#1388)

Changes:

  • #1393: Merge release 1.1.23 to master
  • #1389: Add ComponentGovernanceComponentDetection task to pipeline
  • #1388: Bg task fix msal submodule
  • #1387: Fix test app crash
  • #1384: Add support of "create" prompt.
  • #1379: Update MacOS version for automation pipeline
  • #1370: Cross cloud support
  • #1382: Merge master to dev
  • #1377: Update fastlane plugins

This list of changes was auto generated.