# ownCloud Desktop v7.1.1 - Product: ownCloud Desktop (https://whatsnew.fyi/product/owncloud-desktop) - Vendor: ownCloud - Date: 2026-09-01 - Version: v7.1.1 - Original notes: https://github.com/owncloud/client/releases/tag/v7.1.1 - Permalink: https://whatsnew.fyi/product/owncloud-desktop/releases/v7.1.1 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Load OIDC configuration values from the right keys to fix bogus prompt parameter sent to identity provider and restore system-configured ports that were being dropped ##### Downloads ###### ownCloud client ###### Windows: | [64 bit](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/win/ownCloud-7.1.1.19543.x64.msi) | [Windows MSI for Group Policy](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/win/ownCloud-7.1.1.19543.x64.GPO.msi) | | - | - | ###### macOS | [Intel](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/mac/ownCloud-7.1.1.19543-x86_64.pkg) | [M1](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/mac/ownCloud-7.1.1.19543-arm64.pkg) | | - | - | ###### Linux [AppImage](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/linux-appimage/ownCloud-7.1.1.19543-x86_64.AppImage) | [Package repository](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/linux/download/) | - | - | Sources: [ownCloud-7.1.1.19543.tar.xz](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/source/ownCloud-7.1.1.19543.tar.xz) ([GPG Signature](https://download.owncloud.com/desktop/ownCloud/stable/7.1.1.19543/source/ownCloud-7.1.1.19543.tar.xz.asc)) Changelog for ownCloud Desktop Client [v7.1.1] (2026-09-01) The following sections list the changes in ownCloud Desktop Client 7.1.1 relevant to ownCloud admins and users. [7.1.1]: https://github.com/owncloud/client/compare/v7.1.0...v7.1.1 ##### Summary * Bugfix - Load OIDC configuration values from the right keys: [#12597](https://github.com/owncloud/client/pull/12597) ##### Details * Bugfix - Load OIDC configuration values from the right keys: [#12597](https://github.com/owncloud/client/pull/12597) The OIDC `prompt` setting was read from the `Ports` configuration value, so a bogus `prompt` parameter was sent to the identity provider. The configured redirect `Ports` were also parsed as a single string, which is empty on platforms where QSettings returns a string list for comma-separated values (ini-based configurations) — every system-configured port was silently dropped when more than one was configured. Both values are now read from their own key and with the right type. https://github.com/owncloud/client/pull/12597 https://github.com/owncloud/client/pull/12606 #