Visualize.js how to securely connect?

Using Visualize.js with Jaspersoft AWS version 6.0, the authentication method is plain text username and password in the script file.

How can I secure the login and password and remove the plain text credentials?

 

mc.bechara's picture
Joined: Jul 7 2014 - 4:39am
Last seen: 7 years 6 months ago

this is what I got from the Log:

ERROR errorPage_jsp,http-bio-80-exec-4776:580 - stack trace of exception that redirected to errorPage.jsp
org.springframework.webflow.conversation.impl.LockTimeoutException: Unable to acquire conversation lock after 90 seconds
mc.bechara - 7 years 11 months ago

1 Answer:

Check the visualize.js Guide there are many methods of authentication http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

You would normally use some type of token authentication or implement a SSO with your app and JasperServer. For more info on the Authentication methods available in JasperServer check the Authentication Cookbook here http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

All the samples you will find use plain text for the sake of simplicity and portability, but that is not the best practice on production.

marianol's picture
15766
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 5 months ago
Feedback