How to secure BIRT Report Viewer

不羁岁月 提交于 2019-12-09 13:21:26

问题


I need to implement authentication of user for birt report viewer while opening the reports, so that we should not be able to run the report and user authentication should also be done before opening the report.


回答1:


As Iswanto San already mentioned in his comment - I would use Spring Security as well.

But it really depends on your skill set - and what you are deploying your viewer to.

If you use Tomcat - you can create a simple form authentication by following this step-by-step guide from Deron Eriksson on avajava.com.

Another option would be to follow what Birt-Exchange recommends by following the Birt-Exchange guide on security integration with the Actuate BIRT Viewers.

OR! You could integrate security straight in the report itself by following this simple guide from Balendra15.Wordpress.com.

I hope anything of this is to any help!




回答2:


You could also simply add an NTLM-authentication (LDAP) filter to the BIRT's web.xml (basic Tomcat config).

More info: https://sites.google.com/site/dynamicdatamining/birt/birt-viewer-security



来源:https://stackoverflow.com/questions/16128051/how-to-secure-birt-report-viewer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!