mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
A OneDrive token-exchange 400 (issue #8572) surfaced only as a generic "HTTP 400 Bad Request" / "copy the code exactly" message, hiding the real cause: the authorize step succeeds, then token redemption fails because the custom Microsoft Entra app isn't registered as a public client ("Allow public client flows" disabled -> AADSTS7000218). - onedrive provider: parse the OAuth error body once, log the safe short `error` code on every token failure, and route the verbose AADSTSxxxxx `error_description` to HttpNotOkAPIError.detail (UI only, per the existing privacy split). - sync-wrapper: show a OneDrive-specific snack pointing at the Entra registration fix and interpolating the AADSTS detail; other providers keep INVALID_AUTH_CODE. - in-app info text now shows the desktop redirect URI and links to the setup guide; add a full OneDrive section to the configure-sync wiki note (it was entirely missing). - test: auth-code 400 surfaces the detail to the UI, logs the error code, and keeps the description out of the structured log. |
||
|---|---|---|
| .. | ||
| long-term-plans | ||
| plans | ||
| promotion | ||
| research | ||
| screens | ||
| sync-and-op-log | ||
| wiki | ||
| add-new-integration.md | ||
| android-edge-to-edge-keyboard.md | ||
| apple-release-automation.md | ||
| build-and-publish-notes.md | ||
| documentation-guide.md | ||
| ENV_SETUP.md | ||
| github-access-token-instructions.md | ||
| gitlab-access-token-instructions.md | ||
| how-to-rate.md | ||
| howto-refresh-snap-credentials.md | ||
| i18n-script-usage.md | ||
| legacy-webview-analysis.md | ||
| mac-app-store-code-signing-guide.md | ||
| performance-project-tag-report.md | ||
| plainspace-api-extension-plan.md | ||
| plainspace-integration-plan.md | ||
| plugin-development.md | ||
| styling-guide.md | ||
| theming-contract.md | ||
| TRANSLATING.md | ||
| unused-translations-analysis.md | ||
| update-android-app.md | ||
| update-mac-certificates.md | ||