ONLYOFFICE / onlyoffice-mattermost

The app which enables the users to edit office documents from Mattermost using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Mattermost
Apache License 2.0
19 stars 4 forks source link

use without JWT #61

Open avelor opened 3 months ago

avelor commented 3 months ago

Hello! We're using OnlyOffice DocumentServer with some integrations. Those systems doesn't support JWT, so we disabled it. for now we're exploring integration with Mattermost and it seems that it doesn't work without JWT (if I leave filed blank three dots doesn't appears on document attach). As it true and wee need another instanse OO with JWT enabled or I miss something? Thank you!

SergeyKorneyev commented 3 months ago

Hello, We strongly recommend having JWT enabled to prevent unauthorized access to the Document Server. Could you specify which integrations don't support JWT? It would be much better to add the support to them than to disable JWT on the Docs side.

avelor commented 3 months ago

It's CRM-system elma365, there is an integration moudule in it and documentation and support says that JWT should be disabled. Anyway, fow now I make additional container on another port with JWT enabled and intgeration works pretty well with 7.1 version (on 8 plugin cann't connect on another than 443 port, versions later than 7.1 doesn't start from container without modofication, but it doesn't matter)