- 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
From ownCloud Desktop
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|
macOS
| Intel | M1 |
|---|
Linux
| AppImage | Package repository |
|---|
Sources: ownCloud-7.1.1.19543.tar.xz (GPG Signature)
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.
Summary
- Bugfix - Load OIDC configuration values from the right keys: #12597
Details
-
Bugfix - Load OIDC configuration values from the right keys: #12597
The OIDC
promptsetting was read from thePortsconfiguration value, so a boguspromptparameter was sent to the identity provider. The configured redirectPortswere 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