Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

hi, when i call <iframe> with url of report "http://10.228.212.93:8080/knowage/public/servlet/AdapterHTTP?ACTION_NAME=EXECUTE_DOCUMENT_ACTION&OBJECT_LABEL=ChargeItemSetup&TOOLBAR_VISIBLE=true&ORGANIZATION=DEMO&NEW_SESSION=true" in chrome it will redirect to knowage login page. I am calling the <iframe> using getDocumentHtml and authenticate knowage SDK javascript. Does additional configuration needed?

Environment Chrome
in API and SDK by (140 points)

1 Answer

0 votes

Dear fmssr,

if you want to embed an analysis the easiest approach is to use the "copy link" (or HTML to embed) function inside the document execution. (in the toolbar, on the vertical ellipsis button functionality list)


Usually if the document is not public, the authentication will be needed. To use the public document feature, be sure to have the public role availability selected for the desired document. 
To be sure just check that inside the generated link there is the "/public" path.

Regards

by (11.3k points)
...