Files
lasuite-drive/env.d/development
Nicolas Clerc 5149283688 (backend) sign OnlyOffice conversion requests with JWT
The OnlyOffice server rejects unsigned /converter requests with error
code -8 when JWT is enabled.

Add a dedicated WOPI_ONLYOFFICE_CONVERT_JWT_SECRET setting and fix the
JWT body token format to match the OnlyOffice conversion API: encode
parameters directly instead of wrapping them in {"payload": …}, and
send only {"token": "…"} in the request body.

Enable JWT on the development OnlyOffice container so the issue is
caught locally.
2026-06-08 11:59:32 +02:00
..
2025-08-27 15:45:15 +02:00