How to use SAML 2.0 SSO with JasperReports Server 6.0 ?
3 Answers:
Posted on August 16, 2016 at 4:58am
Hi Nilesh,
there is an implementation on https://github.com/kmeadows1980/jasperserver
You will need to figure out the configuration details, but it's a very good start : )
Posted on April 19, 2017 at 10:40pm
There is information on how to do basic setup for SAML 2.0 using Spring SAML extension with Jasper 6.3 on below location. Could be useful. Not much code needed, mostly configuration.
https://javattitude.com/2017/04/16/saml-2-0-authetication-with-jasper-se...
Posted on August 16, 2019 at 6:03am
There is also this wiki article from Keith about using his Github repo: https://community.jaspersoft.com/wiki/configuring-oauth-20-tibco-jasperreports-server-v61
There is no ad-hoc support for SAML so far in JasperReports Server afaik.
javattitude.com is down and there is no copy on the web archive, but there is this blog: https://javattitude.wordpress.com/2017/04/16/saml-2-0-authetication-with...