kchavda Posted June 29, 2015 Posted June 29, 2015 Hello,in visualize.js user name and password is showing in the linklocalhost:8080/jasperserver-pro/j_spring_security_check?j_username=jasperadmin&j_password=jasperadmin&orgId=null i want to hide username and password from url.
hozawa Posted June 30, 2015 Posted June 30, 2015 It's probably because you're using plain text as authentication method. Have you tried using SSO?http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v610/api-reference-login-and-logout#Login_With_SSO_TokenThat said, by looking at codes for hook authentication, it's obvious Visualize.js is passing userid and password in url.http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v610/api-reference-login-and-logout#Login_With_HooksAlso, check about using without authentication. If you can authenticate using other apps, you don't need to send userid/password. This may be safer.http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v610/api-reference-login-and-logout#Using_Visualize.js_Without_Authentication
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