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?
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.
this is what I got from the Log: