As a part of custom sso ,when the user is authenticated by custom authentication mechanism,the user should redirect to the custom url rather than redirecting to the default url i.e., jasperserver-pro/flow.html?_flowId=searchFlow.Is it possible to do this even by developing Custom Code.If so what classes needs to be extended to do this functionality.
Thanks in advance.
2 Answers:
You can set the home page of a JRS instance. This has nothing to do with external authentication, but should meet your needs. Look at this link:
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
Hi elizam, I would like to redirect to a particular report directly when the user is authenticted from SSO. I tried the above said solution but while executing I am getting the following error in Jasper.
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 122 in XML document from ServletContext resource [/WEB-INF/jasperserver-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The reference to entity "reportUnit" must end with the ';' delimiter
How to solve this.Any suggestion?
Thanks in advance.