Do OnlyOffice provides a way to open Documents which needs Authenticated User to Access?

Hi,

I have to open an authenticated document URL in OnlyOffice. Is there a way to do this?

I have studied how to open a document using this link.
https://api.onlyoffice.com/editors/basic

But it’s not mentioned that OnlyOffice can only open a document whose URL is not authenticated.

Hello,

Document Server must have an anonymous access to the document storage. The only supported authentication is JWT:
https://api.onlyoffice.com/editors/security

I can see that to access the Document Server you must provide a JWT. But can it go the other way? Can you configure the Document Server to provide a JWT to a url it is trying to read a document from?

Hello @joshjava
Sorry, we don’t have ready-to-go guide for your request. You can disable JWT, but in case of using it, you have to implement it on the storage side too.