How to secure BIRT Report Viewer

ⅰ亾dé卋堺 提交于 2019-12-03 17:10:38

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!

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

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