-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enablement for OnlyOffice integration #2132
Comments
@rpocklin saw you working on sth similar in |
@Antipkin-A @LinneyS FYI |
Questions
Implementation recommendation
App provider workflow
In order for this to work you need a server that:
The html in the iframe can receive a token and additional information via from parameters (form post) or as headers (http get). The token can then be used to load the document via the CS3APIs and display it (from the backend which also served the html) |
In order that OnlyOffice works with the CS3 WOPI server, we need this patch: cs3org/wopiserver#47 Then following deployment can open and edit files with OnlyOffice: #2478 |
Actually with the latest fixes where Reva mints short tokens for WOPI, that patch ought to be obsolete. And if not, to be rediscussed but I still have the conceptual concern I had put there: I don't think it's good for WOPI to inspect the Reva token, so far WOPI considers it totally as an opaque info representing the user's credentials. |
OnlyOffice with WOPI in oCIS can now be tried out here: https://owncloud.dev/ocis/deployment/continuous_deployment/#ocis-with-wopi-server |
Yes, I think we can close here. Anything else (bugs or future features) deserves new, dedicated issues. |
Feature
Use OnlyOffice with a Full Stack ocis Instance.
Building Blocks
Challenges
The text was updated successfully, but these errors were encountered: