How can I remove login page of jasperserver-pro webapp. I want to embedd jasperserver dashboard as an iframe into external dashboard (outside jasperserver)
Asked
Active
Viewed 664 times
1 Answers
3
There are 2 options:
- you allow anonymous access to the dashboard
- you setup some form of authentication:
- passing
j_username
andj_password
as URL parameter - using single sign on like cas or siteminder
- creating a custom authentication.
- passing
There is an authentication cookbook for JasperReports server available that describes single sign on with cas, the ultimate guide provides details on custom authentication (see documentation), in the jaspersoft community wiki you will find more examples, e.g. for siteminder.

MrsTang
- 3,119
- 1
- 19
- 24