From 693c1e451d1f84c95493b7797ad9ede879fdabcb Mon Sep 17 00:00:00 2001 From: trovier Date: Wed, 8 Nov 2023 16:17:58 +0100 Subject: [PATCH] Fixes as per testing (EN) --- .../Suitecrm/GettingStartedSuitecrm.ascx | 6 +- .../Help/Integration/Integration.ascx | 66 +++++++++++++++++++ Web/css/help.less | 2 +- 3 files changed, 70 insertions(+), 4 deletions(-) diff --git a/Web/Controls/Help/GettingStarted/Integration/Suitecrm/GettingStartedSuitecrm.ascx b/Web/Controls/Help/GettingStarted/Integration/Suitecrm/GettingStartedSuitecrm.ascx index 6585176b1..88020efa5 100644 --- a/Web/Controls/Help/GettingStarted/Integration/Suitecrm/GettingStartedSuitecrm.ascx +++ b/Web/Controls/Help/GettingStarted/Integration/Suitecrm/GettingStartedSuitecrm.ascx @@ -75,7 +75,7 @@

@@ -148,7 +148,7 @@

JWT or JSON Web Token is a string sent from client to server within the HTTP request to validate the authenticity of the client. JWT is saved on the client-side only so the transmission between parties is protected and digitally signed.

The token is generated using the JWT (JSON Web Tokens) standard. The tokens are signed by the server's key, so the client is able to verify that the token is legitimate.

ONLYOFFICE Docs validates the token. The data from the payload is considered valid and is used instead of the corresponding data from the main parameters. If the token is invalid, the command is not executed. To learn more, please read the API Security guide.

-

In SuiteCRM, JWT is enabled by default starting from version 7.2.

+

In ONLYOFFICE Docs, JWT is enabled by default starting from version 7.2.

Follow these steps to configure it manually if needed:

  1. @@ -181,7 +181,7 @@
    • Go to the Documents module.
    • Open the Detail View page by clicking on the file name.
    • -
    • On the Detail View page, click on Open in ONLYOFFICE in the drop-down ACTIONS menu - the file will open in a new tab.
    • +
    • On the Detail View page, click on Open in ONLYOFFICE in the drop-down ACTIONS menu - the file will open in the same tab.
    ONLYOFFICE_SuiteCRM_edit_in_OO" /> diff --git a/Web/Controls/Help/Integration/Integration.ascx b/Web/Controls/Help/Integration/Integration.ascx index ce18cf48c..b6d0fe02f 100644 --- a/Web/Controls/Help/Integration/Integration.ascx +++ b/Web/Controls/Help/Integration/Integration.ascx @@ -78,6 +78,28 @@
  2. + + + + + +