jasperserver-pro user name and password is showing in url

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.

kchavda's picture
89
Joined: Jun 15 2015 - 5:08am
Last seen: 6 years 11 months ago

2 Answers:

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...

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...

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...

hozawa's picture
190407
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Ok i am trying

kchavda's picture
89
Joined: Jun 15 2015 - 5:08am
Last seen: 6 years 11 months ago
Feedback
randomness