How to Remove Login Service from Jasper Server?

Hi,

I'm using jasper report links direcly to show contents to my client. But its asking for Login whenever session expires. 

I've tried to pass parameter j_username&j_password with url and can go inside, but i dont want to do like this, i want to disable login permanently in my jasper server. Is there any other way provided in jasper server to disable jasper login service permanently.  

mhshkumar9's picture
Joined: Jan 12 2018 - 4:07am
Last seen: 5 years 4 months ago

Use SSO Pre Auth Login . You can't disable authentication / Authorization. Below Link will give you all the details

https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...

shreekrishna.shankhwar - 4 months 4 weeks ago

1 Answer:

For disabling login permanently is a Tomcat issue.

You must have to configure jasperserver context, inside tomcat, for avoid login removing permissions for its resources.

Is posible that jasperserver use spring system authority, in this case you must to remove or configure this framework inside the context.

Mariano

mlopez_1's picture
5737
Joined: Oct 21 2013 - 8:08am
Last seen: 2 months 5 days ago
Feedback
randomness