Changelog

io.Connect Desktop 9.12

Release date: 06.03.2026

Components Version
Electron 40.4.1
Chromium 144.0.7559.173
Node.js 24.13.0

New Features

SSO with Microsoft Entra ID

io.Connect Desktop now supports seamless SSO authentication with Microsoft Entra ID by automatically injecting Windows proof-of-possession cookies into requests to specified Microsoft Entra ID login URLs.

To enable SSO with Microsoft Entra ID, use the "entraSSO" top-level key in the system.json system configuration file:

{
    "entraSSO": {
        "urls": [
            "https://login.microsoftonline.com/*",
            "https://login.microsoft.com/*",
            "https://login.live.com/*",
            "https://*.microsoftonline.com/*"
        ]
    }
}

The "urls" property accepts a list of Microsoft Entra ID login URLs for which proof-of-possession cookies will be injected. Supports wildcard symbols (*). The default Microsoft Entra ID endpoints are included by default.

Improvements & Bug Fixes

  • Upgraded to Electron 40.4.1 (Chromium 144).

  • Fixed an issue where apps in Workspaces couldn't be closed while still loading when using lazy or delayed loading strategies.