mc.bechara Posted April 17, 2015 Share Posted April 17, 2015 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? Link to comment Share on other sites More sharing options...
Solution marianol Posted April 17, 2015 Solution Share Posted April 17, 2015 Check the visualize.js Guide there are many methods of authentication http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v60/api-reference-login-and-logoutYou 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-authentication-cookbook/v601/introductionAll the samples you will find use plain text for the sake of simplicity and portability, but that is not the best practice on production. Link to comment Share on other sites More sharing options...
mc.bechara Posted April 24, 2015 Author Share Posted April 24, 2015 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.jsporg.springframework.webflow.conversation.impl.LockTimeoutException: Unable to acquire conversation lock after 90 seconds Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now