Profile

Alessandro De Stefani

W.A.Y.

Contact Details

W.A.Y.

My Content

1 to 12 of 12 total
Posted By Alessandro De Stefani 06-28-2022 12:39
Found In Community: Pentaho
\ view thread
Hi Andrew, I'm trying to use your suggestion by using the cookie pentaho returns back. Unfortunately the statement xhr.getResponseHeader() that I try to use to capture the Set-Cookie header don't return that entry. I think the problem is that pentaho return the Set-Cookie with HttpOnly clausle and this ...
Posted By Alessandro De Stefani 06-21-2022 06:17
Found In Community: Pentaho
\ view thread
Hi Andrew, thank you for your suggestions! I activated catalina full debug mode using the instructions you provided me with. then, by making the ajax call (jQuery.ajax) with the parameters detailed below: type: "POST", url: /pentaho/j_spring_security_check", dataType: "text", data: "j_username= &j_password= ...
Posted By Alessandro De Stefani 06-15-2022 10:43
Found In Community: Pentaho
\ view thread
As of today, I have not yet been able to solve all the integration problems reported at the time! I want to summarize the steps taken and the results obtained during my attempts trying to clarify: To embed a Pentaho CDE inside an html page, I added the call to the script: /pentaho/plugin/pentaho-c ...
Posted By Alessandro De Stefani 06-09-2022 09:08
Found In Community: Pentaho
\ view thread
Hi Carl, I have try to inner a dashboard get using your suggestion into a div: Embedding CDE Dashboards with RequireJS function f() ( var url = " /pentaho/api/repos/:home:alessandro:Test.wcdf/generatedContent?userid= &password= "; var xhr = new XMLHttpRequest(); xhr.addEventListen ...
Posted By Alessandro De Stefani 06-09-2022 08:47
Found In Community: Pentaho
\ view thread
Hi Carl, see next post!
Posted By Alessandro De Stefani 06-08-2022 08:55
Found In Community: Pentaho
\ view thread
Hi Andrew, regarding the changes you suggest and in particular the last one, the addition of the following directive that I entered in the parameters section of: ) The request continues to hang in the script /pentaho/content/common-ui/resources/web/require.js but currently on call: /pentaho/plu ...
Posted By Alessandro De Stefani 06-06-2022 04:07
Found In Community: Pentaho
\ view thread
Hi Carl, thanks for your contribution, but are you sure you are using the same version of Pentaho as me? In any case, I also set requestParameterAuthenticationEnabled to "true" in the security.properties file and call the script /pentaho/plugin/pentaho-cdf-dd/api/renderer/cde-embed.js passing username ...
Posted By Alessandro De Stefani 06-03-2022 05:58
Found In Community: Pentaho
\ view thread
Thanks for your help Andrew but it doesn't seem to work! I followed your suggestions and just to clarify I added the filter in sec: filter-security-metadata-source indicated by you at the end of all the others (I don't know if the position of the filter can have an impact on the overall functioning). ...
Posted By Alessandro De Stefani 06-01-2022 04:48
Found In Community: Pentaho
\ view thread
Anriew, thaks for your interest! Reading better your question, I better understand your question! Than I look for the suggested log that I show as follow:   Now I can say that the script that stop the execution and wait for the authentication is definitely dashboard.js. What can I do now? Thanks in ...
Posted By Alessandro De Stefani 05-31-2022 04:26
Found In Community: Pentaho
\ view thread
It would appear that the same call to cde_embed.js generates the authentication request. I tried to run the script by providing the credentials (userid and password) from the command line, but it doesn't seem to work. I also tried invoking j_spring_security_check on a previous page, before calling cde_embed.js ...
Posted By Alessandro De Stefani 05-27-2022 11:05
Found In Community: Pentaho
\ view thread
I tried everything, trying to interpret and implement the most disparate solutions on the web even if they refer to previous versions: - execute in advance the call to j_spring_security_check with or without parameters; - modify the applicationContext-spring-security.xml, pentaho.xml, system.properies, ...
Posted By Alessandro De Stefani 05-25-2022 06:43
Found In Community: Pentaho
\ view thread
I'm trying to embed some dashboards made with Pentaho within html pages. Initially I found many problems of different types but looking thoroughly here and there on the web, I found different more or less recent solutions and in reference to heterogeneous versions that in some cases allowed me to overcome, ...