Jump to content
Changes to the Jaspersoft community edition download ×

jasperserver-pro user name and password is showing in url


kchavda

Recommended Posts

Hello,

in visualize.js    user name and password is showing in the link

localhost:8080/jasperserver-pro/j_spring_security_check?j_username=jasperadmin&j_password=jasperadmin&orgId=null

 

i want to hide username and password from url.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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_Token

That 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_Hooks

Also, 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...